diff options
Diffstat (limited to 'sockets.h')
-rw-r--r-- | sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |