Daniel Stenberg de71e68000 openssl: don’t call CRYTPO_cleanup_all_ex_data
The OpenSSL function CRYTPO_cleanup_all_ex_data() cannot be called
multiple times without crashing - and other libs might call it! We
basically cannot call it without risking a crash. The function is a
no-op since OpenSSL 1.1.0.

Not calling this function only risks a small memory leak with OpenSSL <
1.1.0.

Bug: https://curl.haxx.se/mail/lib-2016-09/0045.html
Reported-by: Todd Short
2016-09-19 11:33:14 +02:00
..
2016-04-03 22:38:36 +02:00
2016-09-07 10:41:57 +02:00
2016-07-13 03:09:20 -04:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-08-11 14:02:12 +02:00
2016-04-03 22:38:36 +02:00
2016-08-25 02:43:19 -04:00