From 0c7141a343b063e313dfcce85f741dce57313f6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 12 Aug 2002 08:51:30 +0000 Subject: [PATCH] fix comment Submitted by: Douglas Stebila --- ssl/s3_clnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index cb93c5a1ae..3784e7d8c2 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -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; */ } -- 2.34.1