From aa1e56b0b98a6e9b24ee50ebbbb436fb6536e882 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 12 Aug 2002 08:54:40 +0000 Subject: [PATCH] remove comment Submitted by: Douglas Stebila --- ssl/s3_both.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ssl/s3_both.c b/ssl/s3_both.c index 2e03a70fc7..805c6eecdd 100644 --- a/ssl/s3_both.c +++ b/ssl/s3_both.c @@ -526,14 +526,6 @@ int ssl_cert_type(X509 *x, EVP_PKEY *pkey) } } #ifndef OPENSSL_NO_EC - /* As for ECC certificates, additional - * information (e.g. in the optional key usage X509v3 - * extension) could be used when available to distinguish - * between ECDH and ECDSA certificates. For now, we do not - * make that distinction here. Instead, we shift the burden - * of checking for appropriate key usage to the SSL code - * responsible for sending/processing ECC certificates. - */ else if (i == EVP_PKEY_EC) { ret = SSL_PKEY_ECC; -- 2.34.1