Loading docs/INTERNALS +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ Portability want it to remain functional and buildable with these and later versions (older versions may still work but is not what we work hard to maintain): OpenSSL 0.9.6 OpenSSL 0.9.7 GnuTLS 1.2 zlib 1.1.4 libssh2 0.16 Loading lib/vtls/openssl.c +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ #include <openssl/dh.h> #include <openssl/err.h> #include <openssl/md5.h> #include <openssl/conf.h> #else #include <rand.h> #include <x509v3.h> Loading Loading @@ -740,6 +741,7 @@ int Curl_ossl_init(void) return 0; OpenSSL_add_all_algorithms(); OPENSSL_config(NULL); return 1; } Loading Loading
docs/INTERNALS +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ Portability want it to remain functional and buildable with these and later versions (older versions may still work but is not what we work hard to maintain): OpenSSL 0.9.6 OpenSSL 0.9.7 GnuTLS 1.2 zlib 1.1.4 libssh2 0.16 Loading
lib/vtls/openssl.c +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ #include <openssl/dh.h> #include <openssl/err.h> #include <openssl/md5.h> #include <openssl/conf.h> #else #include <rand.h> #include <x509v3.h> Loading Loading @@ -740,6 +741,7 @@ int Curl_ossl_init(void) return 0; OpenSSL_add_all_algorithms(); OPENSSL_config(NULL); return 1; } Loading