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:
0f5af6b
)
Fix a test failure when configured without TLSv1.3
author
Matt Caswell
<matt@openssl.org>
Fri, 7 Apr 2017 10:56:27 +0000
(11:56 +0100)
committer
Matt Caswell
<matt@openssl.org>
Fri, 7 Apr 2017 12:41:04 +0000
(13:41 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3139)
test/sslapitest.c
patch
|
blob
|
history
diff --git
a/test/sslapitest.c
b/test/sslapitest.c
index 0e2bdbefaff2a2c2b22f07bed2456b9ab6c64cad..3b4d01aab976a33f8de3ea0bdaaab53585634142 100644
(file)
--- a/
test/sslapitest.c
+++ b/
test/sslapitest.c
@@
-2602,7
+2602,11
@@
int test_main(int argc, char *argv[])
ADD_ALL_TESTS(test_early_data_tls1_2, 2);
# endif
#endif
+#ifndef OPENSSL_NO_TLS1_3
ADD_ALL_TESTS(test_custom_exts, 4);
+#else
+ ADD_ALL_TESTS(test_custom_exts, 2);
+#endif
testresult = run_tests(argv[0]);