From 33b34a9d8fd187fdcf36a2d3d7a3f56fee92ef27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 21 Mar 2003 13:11:14 +0000 Subject: [PATCH] remove patch ID (which is supposed to appear in patched variants of old OpenSSL releases, but not in new releases) --- ssl/s3_srvr.c | 1 - 1 file changed, 1 deletion(-) 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"; } } -- 2.34.1