summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-22 01:38:31 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-22 01:38:31 +0000
commitdbd665c2104750300c387ebf6a305f6021994a97 (patch)
tree1d931550b33021c0a8ed503ec077e15db5bc9b82 /CHANGES
parent66ab08b1cfb7f57ee9299d6efc322aca385e4fba (diff)
Change the PEM_* function prototypes to use DECLARE_PEM macros and change
util/mkdef.pl to handle this. Also do a 'make update'.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 09509c677a..6dddf4a280 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.3a and 0.9.4
+ *) Complete the PEM_* macros with DECLARE_PEM versions to replace the
+ function prototypes in pem.h, also change util/mkdef.pl to add the
+ necessary function names.
+ [Steve Henson]
+
*) mk1mf.pl (used by Windows builds) did not properly read the
options set by Configure in the top level Makefile; typo fixed,
now "no-idea" etc. works as intended.