Commit aa1e56b0 authored by Bodo Möller's avatar Bodo Möller
Browse files

remove comment

Submitted by: Douglas Stebila
parent 7ef524ea
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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;