summaryrefslogtreecommitdiff
path: root/sockets.h
diff options
context:
space:
mode:
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