Fix config option 'no-deprecated'
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Oct 2016 20:02:30 +0000 (22:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 Oct 2016 10:11:56 +0000 (12:11 +0200)
commit12d2ee211b2a4f489787aaf9aa758fe3db128304
treeeccd6488f655c23e94ff0c5baf54a4e473c36311
parentefba60ca7ab72cae62baad2aaaf2da32d1093c38
Fix config option 'no-deprecated'

crypto/asn1/asn1_item_list.c needed including dh.h and rsa.h directly.
The reason is that they are not included by x509.h when configured
'no-deprecated'

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1741)
crypto/asn1/asn1_item_list.c