aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-12-31 00:26:18 +0000
committerRichard Levitte <levitte@openssl.org>2000-12-31 00:26:18 +0000
commita6574c21eb8e3d140b240777c7174040ab1beba2 (patch)
tree960aaf966c0fc893c279cf436e51b7049f015be2 /CHANGES
parent26da3e65ac3ecf05c7567b0c62ee515814babf31 (diff)
downloadopenssl-a6574c21eb8e3d140b240777c7174040ab1beba2.tar.gz
Document.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24eea3f151..e183059251 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Have mk1mf.pl generate the macros OPENSSL_BUILD_SHLIBCRYPTO and
+ OPENSSL_BUILD_SHLIBSSL and use them appropriately in the header
+ files to get correct declarations of the ASN.1 item variables.
+ [Richard Levitte]
+
*) New functions or ASN1_item_d2i_fp() and ASN1_item_d2i_bio(). These
replace the old function pointer based I/O routines. Change most of
the *_d2i_bio() and *_d2i_fp() functions to use these.