summaryrefslogtreecommitdiff
path: root/sockets.h
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-12 21:41:49 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-12 21:41:49 +0100
commit9064f7b9c347f913089bfea94d65ad3afc11ccf4 (patch)
treeeb323c6c20fd000461053d44f7fc2be5fd76df50 /sockets.h
parent03b15b2a99dee16998d08e17652bb49555c8560d (diff)
Make certificate and key file paths configurable.
Diffstat (limited to 'sockets.h')
-rw-r--r--sockets.h2
1 files changed, 1 insertions, 1 deletions
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