mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-31 00:26:48 +00:00
miniupnpd/upnphttp.c: log OpenSSL version used
This commit is contained in:
parent
e8aca7a943
commit
11e71207c8
@ -96,6 +96,7 @@ int init_ssl(void)
|
||||
/*SSL_CTX_set_verify(ssl_ctx, SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE, verify_callback);*/
|
||||
SSL_CTX_set_verify(ssl_ctx, SSL_VERIFY_NONE, verify_callback);
|
||||
/*SSL_CTX_set_verify_depth(depth);*/
|
||||
syslog(LOG_INFO, "using %s", SSLeay_version(SSLEAY_VERSION));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user