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

ssl/s3_clnt.c

index cb93c5a1ae6d4cabce94963d7f944fd48d6be3eb..3784e7d8c25c6b7fc94113c4f453e15a2d0ae479 100644 (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;
                                 */
                                }