summaryrefslogtreecommitdiffstats
path: root/openssl.h
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-15 17:54:41 +0200
committerSimon Rettberg2015-10-15 17:54:41 +0200
commit46a9f1c87cb36c82fc99b084cda2ae5a7bb91284 (patch)
treeee19a16d7dfbfc2766c5e1b4ceccb5758e0cb568 /openssl.h
parentOnly relay whitelisted fields to client on anonymous bind connections (diff)
downloadldadp-46a9f1c87cb36c82fc99b084cda2ae5a7bb91284.tar.gz
ldadp-46a9f1c87cb36c82fc99b084cda2ae5a7bb91284.tar.xz
ldadp-46a9f1c87cb36c82fc99b084cda2ae5a7bb91284.zip
Support certificate verification by ca-bundle and hostname
Diffstat (limited to 'openssl.h')
-rw-r--r--openssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.h b/openssl.h
index bde6ef4..562e36c 100644
--- a/openssl.h
+++ b/openssl.h
@@ -13,7 +13,7 @@ BOOL ssl_init();
SSL_CTX* ssl_newServerCtx(char *certfile, char *keyfile);
-SSL_CTX* ssl_newClientCtx();
+SSL_CTX* ssl_newClientCtx(const char *cabundle);
SSL *ssl_new(int clientFd, SSL_CTX *ctx);