Deprecate the recursive includes of bn.h from various API headers (asn1.h,
authorGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 19:14:22 +0000 (19:14 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 19:14:22 +0000 (19:14 +0000)
commit0f814687b95e5980744240b7a81672c89c255340
tree7e65ceeb8d939a4ab4dbadb5170bb879a6c361cd
parentf0eae953e2a02a92674e39f5ff087c1f67afd7dc
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
dh.h, dsa.h, ec.h, ecdh.h, ecdsa.h, rsa.h), as the opaque bignum types are
already declared in ossl_typ.h. Add explicit includes for bn.h in those C
files that need access to structure internals or API functions+macros.
21 files changed:
crypto/asn1/a_enum.c
crypto/asn1/a_int.c
crypto/asn1/asn1.h
crypto/asn1/t_spki.c
crypto/asn1/x_bignum.c
crypto/asn1/x_long.c
crypto/dh/dh.h
crypto/dsa/dsa.h
crypto/ec/ec.h
crypto/ec/ec_lcl.h
crypto/ec/ectest.c
crypto/ecdh/ecdh.h
crypto/ecdh/ech_ossl.c
crypto/ecdsa/ecdsa.h
crypto/ecdsa/ecs_lib.c
crypto/ecdsa/ecs_ossl.c
crypto/evp/evp_pkey.c
crypto/pkcs12/p12_key.c
crypto/rsa/rsa.h
crypto/rsa/rsa_test.c
crypto/x509v3/v3_utl.c