diff options
author | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 04:06:50 +0000 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 04:06:50 +0000 |
commit | 9d473aa2e4076beb959bc9701786a0860877ee12 (patch) | |
tree | 4a14c245681bcfc01549ca827486d65f0404268a /CHANGES | |
parent | 6145b0b1835f14167f8e9e4701251149f9c5373f (diff) | |
download | openssl-new-9d473aa2e4076beb959bc9701786a0860877ee12.tar.gz |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes between 0.9.7c and 0.9.8 [xx XXX xxxx] + *) Ensure that deprecated functions do not get compiled when + OPENSSL_NO_DEPRECATED is defined. + [Geoff Thorpe] + *) Reorganise PKCS#7 code to separate the digest location functionality into PKCS7_find_digest(), digest addtion into PKCS7_bio_add_digest(). New function PKCS7_set_digest() to set the digest type for PKCS#7 |