remove comment
authorBodo Möller <bodo@openssl.org>
Mon, 12 Aug 2002 08:54:40 +0000 (08:54 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 12 Aug 2002 08:54:40 +0000 (08:54 +0000)
Submitted by: Douglas Stebila

ssl/s3_both.c

index 2e03a70fc79d9a9d8bfd00faa396fdcbd361a189..805c6eecddfa3bd945c5132d5d5c2c811c14cb6d 100644 (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;