summaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s3_both.c')
-rw-r--r--ssl/s3_both.c8
1 files changed, 0 insertions, 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;