projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5488bb6
)
fix comment
author
Bodo Möller
<bodo@openssl.org>
Mon, 12 Aug 2002 08:51:30 +0000
(08:51 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 12 Aug 2002 08:51:30 +0000
(08:51 +0000)
Submitted by: Douglas Stebila
ssl/s3_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/s3_clnt.c
b/ssl/s3_clnt.c
index cb93c5a1ae6d4cabce94963d7f944fd48d6be3eb..3784e7d8c25c6b7fc94113c4f453e15a2d0ae479 100644
(file)
--- 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_EC
C
) && ...)
+ * EVP_PKEY_EC) && ...)
* ecdh_clnt_cert = 1;
*/
}