You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/06/03 19:25:52 UTC

[29/50] [abbrv] qpid-proton git commit: PROTON-861: PROTON-887: add dummy impl method to schannel impl

PROTON-861: PROTON-887: add dummy impl method to schannel impl


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ff159e81
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ff159e81
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ff159e81

Branch: refs/heads/cjansen-cpp-client
Commit: ff159e815b7d843abd2f0bbf93709a933b5acee8
Parents: 37fc7be
Author: Gordon Sim <gs...@redhat.com>
Authored: Fri May 15 19:56:58 2015 +0100
Committer: Gordon Sim <gs...@redhat.com>
Committed: Fri May 15 19:56:58 2015 +0100

----------------------------------------------------------------------
 proton-c/src/windows/schannel.c | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ff159e81/proton-c/src/windows/schannel.c
----------------------------------------------------------------------
diff --git a/proton-c/src/windows/schannel.c b/proton-c/src/windows/schannel.c
index 57d2256..78d05bf 100644
--- a/proton-c/src/windows/schannel.c
+++ b/proton-c/src/windows/schannel.c
@@ -795,6 +795,12 @@ int pn_ssl_get_peer_hostname( pn_ssl_t *ssl0, char *hostname, size_t *bufsize )
   return 0;
 }
 
+const char* pn_ssl_get_remote_subject(pn_ssl_t *ssl)
+{
+  //TODO: actual implementation
+  return NULL;
+}
+
 
 /** SChannel specific: */
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org