summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-10-14 19:27:07 +0000
committerBen Laurie <ben@openssl.org>2008-10-14 19:27:07 +0000
commit28b6d5020ee928ee41d360628d904bf2f31eec92 (patch)
treee8943f6b301baa890cc5a46a906f3d8577d37cb0 /CHANGES
parentd5bbead4491a731231b9a397b21ae3982745d9f6 (diff)
Set comparison function in v3_add_canonize().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 198c7a8553..c9d12ea5d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -722,6 +722,9 @@
Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
+ *) Set the comparison function in v3_addr_canonize().
+ [Rob Austein <sra@hactrn.net>]
+
*) Add support for XMPP STARTTLS in s_client.
[Philip Paeps <philip@freebsd.org>]