fix comment Submitted by: Douglas Stebila
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index cb93c5a..3784e7d 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c
@@ -1889,7 +1889,7 @@ * * if ((s->cert->key->privatekey != NULL) && * (s->cert->key->privatekey->type == - * EVP_PKEY_ECC) && ...) + * EVP_PKEY_EC) && ...) * ecdh_clnt_cert = 1; */ }