Skip to content

Commit 67fd82b

Browse files
committed
curl: fix openssl double free during pkg_shutdown
1 parent 2fe36a5 commit 67fd82b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

external/curl/lib/vtls/openssl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,8 @@ static int ossl_init(void)
17051705
#else
17061706
OPENSSL_INIT_LOAD_CONFIG |
17071707
#endif
1708+
/* XXX: keep until upstream has this... */
1709+
OPENSSL_INIT_NO_ATEXIT |
17081710
0;
17091711
OPENSSL_init_ssl(flags, NULL);
17101712
#else

0 commit comments

Comments
 (0)