Module Name: src
Committed By: sborrill
Date: Sat Mar 6 23:21:18 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1320
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.0.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.5 src/doc/CHANGES-5.0.3:1.1.2.6
--- src/doc/CHANGES-5.0.3:1.1.2.5 Mon Feb 22 16:07:24 2010
+++ src/doc/CHANGES-5.0.3 Sat Mar 6 23:21:18 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.5 2010/02/22 16:07:24 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.6 2010/03/06 23:21:18 sborrill Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -152,3 +152,9 @@
Fix ticket #793: s/setfunc_trampoline/lwp_trampoline/.
[skrll, ticket #1312]
+crypto/dist/openssl/crypto/evp/m_sha1.c patch
+
+ Ensure that SHA384 always calls the SHA384 functions.
+ Should fix PR#42881.
+ [joerg, ticket #1320]
+