Convert our own check of OPENSSL_NO_DEPRECATED
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Jun 2018 16:31:57 +0000 (18:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Jun 2018 08:33:01 +0000 (10:33 +0200)
commita9091c137bb21a247afa01ecf17bd5c75d9b0e65
tree12ac6ac498b5c66da258324694686b9a02a1de85
parent973abf52304b454e8f2220a11aa8b6c6512c44fb
Convert our own check of OPENSSL_NO_DEPRECATED

... to the check OPENSSL_API_COMPAT < 0x10100000L, to correspond with
how it's declared.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6470)
crypto/engine/eng_all.c