CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/25 03:09:28
Modified files:
lib/libcrypto/dsa: dsa_asn1.c
lib/libcrypto/ecdsa: ecs_asn1.c
Log message:
BN_free() is defined in <openssl/bn.h>
This is currently pulled in via dsa.h and ecdsa.h, but only when
OPENSSL_NO_DEPRECATED is not defined. We should fix this in the
public header, too - let's wait a bit with that.
