fix comment

Submitted by: Douglas Stebila
This commit is contained in:
Bodo Möller 2002-08-12 08:51:30 +00:00
parent 5488bb6197
commit 0c7141a343

View file

@ -1889,7 +1889,7 @@ static int ssl3_send_client_key_exchange(SSL *s)
*
* if ((s->cert->key->privatekey != NULL) &&
* (s->cert->key->privatekey->type ==
* EVP_PKEY_ECC) && ...)
* EVP_PKEY_EC) && ...)
* ecdh_clnt_cert = 1;
*/
}