summaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-12 08:54:40 +0000
committerBodo Möller <bodo@openssl.org>2002-08-12 08:54:40 +0000
commitaa1e56b0b98a6e9b24ee50ebbbb436fb6536e882 (patch)
tree8e662ef47dcf145903bcff9ef538992d99fd8da3 /ssl/s3_both.c
parent7ef524ea1cc26f3f992235156e43d15e8bb6b244 (diff)
remove comment
Submitted by: Douglas Stebila
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;