Commit: deb477cdf9ea0b0e8fb1b0c56c15d2d4cf86de74 Parent: 716af905a9739f15c0b99a4a8581a70199ec5ba3 Author: opask Date: Fri, 24 Aug 2018 20:47:13 -0600 https.c: don't call OPENSSL_init_ssl(), its called internally when needed Diffstat:
M | https.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/https.c b/https.c @@ -55,7 +55,6 @@ links_ssl *getSSL(void) links_ssl *ssl; if (!ssl_initialized) { contexts = NULL; - OPENSSL_init_ssl(0, NULL); ssl_initialized = 1; }