From: Bodo Möller Date: Mon, 12 Aug 2002 08:54:40 +0000 (+0000) Subject: remove comment X-Git-Tag: OpenSSL_0_9_7-beta4~203^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa1e56b0b98a6e9b24ee50ebbbb436fb6536e882;p=oweals%2Fopenssl.git remove comment Submitted by: Douglas Stebila --- 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;