When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should
authorGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 04:06:50 +0000 (04:06 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 04:06:50 +0000 (04:06 +0000)
commit9d473aa2e4076beb959bc9701786a0860877ee12
tree4a14c245681bcfc01549ca827486d65f0404268a
parent6145b0b1835f14167f8e9e4701251149f9c5373f
When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should
be) precompiled out in the API headers. This change is to ensure that if
it is defined when compiling openssl, the deprecated functions aren't
implemented either.
CHANGES
crypto/bn/bn_depr.c
crypto/dh/dh_depr.c
crypto/dsa/dsa_depr.c
crypto/rsa/rsa_depr.c