PROTON-861: add dummy impl method to ssl stub

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

Branch: refs/heads/ruby-engine-apis
Commit: 37fc7be58fa518961aca4a8da1dcd64c7c83a804
Parents: cb6c172
Author: Gordon Sim <g...@redhat.com>
Authored: Fri May 15 19:43:49 2015 +0100
Committer: Gordon Sim <g...@redhat.com>
Committed: Fri May 15 19:44:14 2015 +0100

----------------------------------------------------------------------
 proton-c/src/ssl/ssl_stub.c | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/37fc7be5/proton-c/src/ssl/ssl_stub.c
----------------------------------------------------------------------
diff --git a/proton-c/src/ssl/ssl_stub.c b/proton-c/src/ssl/ssl_stub.c
index cea5dc4..4749d0c 100644
--- a/proton-c/src/ssl/ssl_stub.c
+++ b/proton-c/src/ssl/ssl_stub.c
@@ -137,3 +137,8 @@ int pn_ssl_get_peer_hostname( pn_ssl_t *ssl, char 
*hostname, size_t *bufsize )
 {
   return -1;
 }
+
+const char* pn_ssl_get_remote_subject(pn_ssl_t *ssl)
+{
+  return NULL;
+}


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

Reply via email to