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/ruby-engine-apis
Commit: ff159e815b7d843abd2f0bbf93709a933b5acee8
Parents: 37fc7be
Author: Gordon Sim <g...@redhat.com>
Authored: Fri May 15 19:56:58 2015 +0100
Committer: Gordon Sim <g...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to