summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-01-03 17:34:39 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-01-03 17:34:39 +0000
commit96fd3dbdee3e179bdef6ae425359c1cf454b7a9f (patch)
treedf3cbfec6a2bbca1600b7025869141e18950d70f /CHANGES
parent78a78db37a81fbf0d710db2b602a2b007ab75207 (diff)
downloadlibapr-util-96fd3dbdee3e179bdef6ae425359c1cf454b7a9f.tar.gz
Fix a bogus initialisation of the IV size in the NSS crypto driver.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731034 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a5eabc4..40cec5ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with APR-util 1.4.0
+ *) Fix a bogus initialisation of the IV size in the NSS crypto driver.
+ [Graham Leggett]
+
*) Make sure that the underlying result code during driver initialisation
is exposed to the caller. [Graham Leggett]