summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-12 08:51:30 +0000
committerBodo Möller <bodo@openssl.org>2002-08-12 08:51:30 +0000
commit0c7141a343b063e313dfcce85f741dce57313f6d (patch)
tree4ab168876d80e1614dbce57c356fbdc96d8ffb28 /ssl
parent5488bb6197b9af7a4670fb88936f0b53a9af0d2f (diff)
fix comment
Submitted by: Douglas Stebila
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_clnt.c2
1 files changed, 1 insertions, 1 deletions
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;
*/
}