summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libressl/ressl_internal.h')
-rw-r--r--src/lib/libressl/ressl_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libressl/ressl_internal.h b/src/lib/libressl/ressl_internal.h
index 75ca11dd02..44d098b4b3 100644
--- a/src/lib/libressl/ressl_internal.h
+++ b/src/lib/libressl/ressl_internal.h
@@ -56,6 +56,7 @@ struct ressl *ressl_server_conn(struct ressl *ctx);
56 56
57int ressl_check_hostname(X509 *cert, const char *host); 57int ressl_check_hostname(X509 *cert, const char *host);
58int ressl_configure_keypair(struct ressl *ctx); 58int ressl_configure_keypair(struct ressl *ctx);
59int ressl_configure_server(struct ressl *ctx);
59int ressl_host_port(const char *hostport, char **host, char **port); 60int ressl_host_port(const char *hostport, char **host, char **port);
60int ressl_set_error(struct ressl *ctx, char *fmt, ...); 61int ressl_set_error(struct ressl *ctx, char *fmt, ...);
61 62