aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/ssl.h')
-rw-r--r--smtpd/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtpd/ssl.h b/smtpd/ssl.h
index dfa6994c..b7c8351f 100644
--- a/smtpd/ssl.h
+++ b/smtpd/ssl.h
@@ -65,3 +65,4 @@ int ssl_ctx_fake_private_key(SSL_CTX *, const void *, size_t,
/* ssl_privsep.c */
int ssl_by_mem_ctrl(X509_LOOKUP *, int, const char *, long, char **);
+int SSL_CTX_use_certificate_chain_mem(SSL_CTX *, void *, int);