remove comment
Submitted by: Douglas Stebila
This commit is contained in:
parent
7ef524ea1c
commit
aa1e56b0b9
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue