CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/25 14:41:19
Modified files:
lib/libcrypto/evp: p_lib.c
Log message:
Rework EVP_PKEY_free()
Use pkey instead of x, remove the pointless variable i, no need to check
for NULL before sk_X509_ATTRIBUTE_pop_free(), switch to freezero() to
leave fewer invalid pointers around.
ok jsing
