From 9064f7b9c347f913089bfea94d65ad3afc11ccf4 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 12 May 2019 21:41:49 +0100 Subject: Make certificate and key file paths configurable. --- sockets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sockets.h') diff --git a/sockets.h b/sockets.h index 523d609..c342de2 100644 --- a/sockets.h +++ b/sockets.h @@ -32,6 +32,6 @@ void cleanup_openssl(); SSL_CTX *create_context(); -void configure_context(SSL_CTX *ctx); +void configure_context(SSL_CTX *ctx, char *certfile, char *keyfile); #endif -- cgit v1.2.3