From 3eb7cc8fc384f98d85b9a9530d417018a6942a74 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 4 Aug 2014 16:18:42 +0000 Subject: A ressl server needs different configuration from a ressl client - provide a specific server configuration function and call this from ressl_configure. --- src/lib/libressl/ressl_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/libressl/ressl_internal.h') 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); int ressl_check_hostname(X509 *cert, const char *host); int ressl_configure_keypair(struct ressl *ctx); +int ressl_configure_server(struct ressl *ctx); int ressl_host_port(const char *hostport, char **host, char **port); int ressl_set_error(struct ressl *ctx, char *fmt, ...); -- cgit v1.2.3-55-g6feb