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:
199dc0d
)
Fix no-tls1_2
author
Matt Caswell
<matt@openssl.org>
Mon, 14 May 2018 13:37:16 +0000
(14:37 +0100)
committer
Matt Caswell
<matt@openssl.org>
Mon, 14 May 2018 16:43:19 +0000
(17:43 +0100)
Also fixes no-tls1_2-method, no-tls1_3, no-tls, no-ec
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6253)
test/sslapitest.c
patch
|
blob
|
history
diff --git
a/test/sslapitest.c
b/test/sslapitest.c
index fc7288d57d73b11a32d5cfdf93d0e5cb923e586c..06d6cb2b68d56f3a1f6ac74605f91311c7da7d85 100644
(file)
--- a/
test/sslapitest.c
+++ b/
test/sslapitest.c
@@
-4693,11
+4693,11
@@
static int test_ticket_callbacks(int tst)
int testresult = 0;
#ifdef OPENSSL_NO_TLS1_2
- if (tst % 2 == 0)
;
+ if (tst % 2 == 0)
return 1;
#endif
#ifdef OPENSSL_NO_TLS1_3
- if (tst % 2 == 1)
;
+ if (tst % 2 == 1)
return 1;
#endif