aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-06-11 15:43:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-06-11 15:43:17 +0000
commite366f2b87657a11f7616181ba2cb96e5b74d22e7 (patch)
tree190f8b0b907c40ac136f35beb372947e140fd93a /CHANGES
parentfd75eb50c0460f13dc58d6884c14e4010478953f (diff)
downloadopenssl-e366f2b87657a11f7616181ba2cb96e5b74d22e7.tar.gz
Fix evp_locl.h macros.
Documentation correction.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d8c812f7e5..bd8e6da93e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) The evp_local.h macros were using 'c.##kname' which resulted in
+ invalid expansion on some systems (SCO 5.0.5 for example).
+ Corrected to 'c.kname'.
+ [Phillip Porch <root@theporch.com>]
+
*) New X509_get1_email() and X509_REQ_get1_email() functions that return
a STACK of email addresses from a certificate or request, these look
in the subject name and the subject alternative name extensions and