CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/14 02:06:09
Modified files:
lib/libcrypto/x509: x509_vfy.c x509_verify.c
Log message:
Correctly fix double free introduced on review.
the roots for a ctx are only freed in the free function, not in the
clear function, so that a ctx can be re-used with the same roots.
ok tb@
