diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-06-03 18:08:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-06-03 22:15:38 +0200 |
commit | c50ce859187cabecee5470a95a51c35bf73d3c47 (patch) | |
tree | ce1ac58d2421bf2ae0d2face4bb65f535e0d02df /docs/INTERNALS | |
parent | bbd3dc611ed501edeca72026885bbf85868dd1cf (diff) |
Curl_ossl_init: call OPENSSL_config for initing engines
Bug: http://curl.haxx.se/mail/lib-2014-06/0003.html
Reported-by: Дмитрий Фалько
Diffstat (limited to 'docs/INTERNALS')
-rw-r--r-- | docs/INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index 05fa75565..6bf3c92cd 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -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 |