BN_free() is defined in <openssl/bn.h>
authortb <tb@openbsd.org>
Sat, 25 Mar 2023 09:09:28 +0000 (09:09 +0000)
committertb <tb@openbsd.org>
Sat, 25 Mar 2023 09:09:28 +0000 (09:09 +0000)
commit96bb3fc820a70bd53898842121b76d8d61062bc8
tree15b5b9f9ae829627caa3d4dcb2aaa3160b05ca97
parent6aa527c05109de1cb413eb33de9140b22fe7cab5
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.
lib/libcrypto/dsa/dsa_asn1.c
lib/libcrypto/ecdsa/ecs_asn1.c