diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:41:49 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:41:49 +0100 |
commit | 9064f7b9c347f913089bfea94d65ad3afc11ccf4 (patch) | |
tree | eb323c6c20fd000461053d44f7fc2be5fd76df50 /sockets.h | |
parent | 03b15b2a99dee16998d08e17652bb49555c8560d (diff) |
Make certificate and key file paths configurable.
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 |