commit | 0f814687b95e5980744240b7a81672c89c255340 | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Mon May 17 19:14:22 2004 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Mon May 17 19:14:22 2004 +0000 |
tree | 7e65ceeb8d939a4ab4dbadb5170bb879a6c361cd | |
parent | f0eae953e2a02a92674e39f5ff087c1f67afd7dc [diff] |
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.