summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2003-10-29 04:06:50 +0000
committerGeoff Thorpe <geoff@openssl.org>2003-10-29 04:06:50 +0000
commit9d473aa2e4076beb959bc9701786a0860877ee12 (patch)
tree4a14c245681bcfc01549ca827486d65f0404268a /CHANGES
parent6145b0b1835f14167f8e9e4701251149f9c5373f (diff)
downloadopenssl-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c0f18ff1b4..666cf68d64 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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