From: Bodo Möller <bodo@openssl.org>
Date: Thu, 26 Nov 2009 17:28:27 +0000 (+0000)
Subject: Remove attribution -- this wasn't my patch, I only edited and applied it.
X-Git-Tag: OpenSSL_0_9_8m-beta1~48
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=389fef6c9cb76bbdc92f3f7a2b9d984453b9d355;p=oweals%2Fopenssl.git

Remove attribution -- this wasn't my patch, I only edited and applied it.
---

diff --git a/CHANGES b/CHANGES
index fe9473080b..e9662b9fd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -192,9 +192,9 @@
 
  Changes between 0.9.8h and 0.9.8i  [15 Sep 2008]
 
-  *) Fix NULL pointer dereference if a DTLS server recieved
-     ChangeCipherSpec as first record (CVE-2009-1386)
-     [Bodo Moeller, discovered by Alex Lam]
+  *) Fix NULL pointer dereference if a DTLS server received
+     ChangeCipherSpec as first record (CVE-2009-1386).
+     [PR #1679]
 
   *) Fix a state transitition in s3_srvr.c and d1_srvr.c
      (was using SSL3_ST_CW_CLNT_HELLO_B, should be ..._ST_SW_SRVR_...).