]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
Change the PEM_* function prototypes to use DECLARE_PEM macros and change
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 09509c677a64ef605eed0f5273df12ab8e3faaa4..6dddf4a2806a4a7948ba58bab0fc06e257c4351b 100644 (file)
--- 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.