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:51 UTC

[28/50] [abbrv] qpid-proton git commit: PROTON-861: add dummy impl method to ssl stub

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/cjansen-cpp-client
Commit: 37fc7be58fa518961aca4a8da1dcd64c7c83a804
Parents: cb6c172
Author: Gordon Sim <gs...@redhat.com>
Authored: Fri May 15 19:43:49 2015 +0100
Committer: Gordon Sim <gs...@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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org