diff options
Diffstat (limited to 'src/lib/libressl/ressl_internal.h')
-rw-r--r-- | src/lib/libressl/ressl_internal.h | 1 |
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 | ||
57 | int ressl_check_hostname(X509 *cert, const char *host); | 57 | int ressl_check_hostname(X509 *cert, const char *host); |
58 | int ressl_configure_keypair(struct ressl *ctx); | 58 | int ressl_configure_keypair(struct ressl *ctx); |
59 | int ressl_configure_server(struct ressl *ctx); | ||
59 | int ressl_host_port(const char *hostport, char **host, char **port); | 60 | int ressl_host_port(const char *hostport, char **host, char **port); |
60 | int ressl_set_error(struct ressl *ctx, char *fmt, ...); | 61 | int ressl_set_error(struct ressl *ctx, char *fmt, ...); |
61 | 62 | ||