CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/16 05:36:14
Modified files:
lib/libcrypto : crypto_init.c
Log message:
Remove call to ASN1_STRING_TABLE_cleanup()
In a few minutes, the string table will no longer have anything to clean
up and ASN1_STRING_TABLE_cleanup() will push an error on the stack. So
remove this pointless call in the still too complicated OPENSSL_cleanup().
ok jsing
