remove comment

Submitted by: Douglas Stebila
This commit is contained in:
Bodo Möller 2002-08-12 08:54:40 +00:00
parent 7ef524ea1c
commit aa1e56b0b9

View file

@ -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;