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:
a9f3f1c
)
Fix no-tls1_2
author
Matt Caswell
<matt@openssl.org>
Tue, 3 Jul 2018 12:36:31 +0000
(13:36 +0100)
committer
Matt Caswell
<matt@openssl.org>
Wed, 4 Jul 2018 09:38:57 +0000
(10:38 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6634)
test/sslapitest.c
patch
|
blob
|
history
diff --git
a/test/sslapitest.c
b/test/sslapitest.c
index 598b02a0566c6b1deb65e56d5a32ccf65f073359..64f8f59714e818ce3c6fbb1e83309bb20e45a4df 100644
(file)
--- a/
test/sslapitest.c
+++ b/
test/sslapitest.c
@@
-5097,11
+5097,11
@@
static int test_shutdown(int tst)
size_t written, readbytes;
#ifdef OPENSSL_NO_TLS1_2
- if (tst
== 0
)
+ if (tst
<= 1
)
return 1;
#endif
#ifdef OPENSSL_NO_TLS1_3
- if (tst
!= 0
)
+ if (tst
>= 2
)
return 1;
#endif