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:
74ecfab
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 24 Jul 2012 13:32:40 +0000
(13:32 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 24 Jul 2012 13:32:40 +0000
(13:32 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 5873053f83cc571e98c29071d5c22c6ec3dc3235..8093f2c29abc1a2ba8f87dba68351792fff0d2a9 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-583,7
+583,7
@@
int tls1_check_ec_tmp_key(SSL *s)
return 0;
}
if (!tls1_set_ec_id(curve_id, NULL, ec))
- return
1
;
+ return
0
;
return tls1_check_ec_key(s, curve_id, NULL);
}