From: Bodo Möller Date: Fri, 21 Mar 2003 13:11:14 +0000 (+0000) Subject: remove patch ID (which is supposed to appear in patched variants of X-Git-Tag: BEN_FIPS_TEST_1~38^2~197 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=33b34a9d8fd187fdcf36a2d3d7a3f56fee92ef27;p=oweals%2Fopenssl.git remove patch ID (which is supposed to appear in patched variants of old OpenSSL releases, but not in new releases) --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 084b9cfd8d..e941068416 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -1709,7 +1709,6 @@ static int ssl3_get_client_key_exchange(SSL *s) * made up by the adversary is properly formatted except * that the version number is wrong. To avoid such attacks, * we should treat this just like any other decryption error. */ - p[0] = (char)(int) "CAN-2003-0131 patch 2003-03-20"; } }