include/openssl/asn1.h: Remove version dependent inclusion of <openssl/bn.h>
authorRichard Levitte <levitte@openssl.org>
Tue, 5 Nov 2019 16:38:24 +0000 (17:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Nov 2019 10:37:25 +0000 (11:37 +0100)
commit686923b19824546f5c76a012e41e1fc7141ae712
tree64bad929e23c7e3f2bb18c517cc3c607b10f8c56
parenta3844061df7d0e588d018370efd1d309f856e6f3
include/openssl/asn1.h: Remove version dependent inclusion of <openssl/bn.h>

It's unclear if this dependency was because ASN1 functions that use
BIGNUM didn't exist before 1.1.0, or if it was a mistaken attempt at
deprecation.  Since there exist ASN1 functions using BIGNUM now, it
seems pointless to keep that check, and unnecessarily including
<openssl/bn.h> should be harmless either way.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10364)
include/openssl/asn1.h