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:
c637891
)
Fix no-ec
author
Matt Caswell
<matt@openssl.org>
Wed, 18 Apr 2018 08:29:18 +0000
(09:29 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 19 Apr 2018 07:36:45 +0000
(08:36 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5997)
test/sslapitest.c
patch
|
blob
|
history
diff --git
a/test/sslapitest.c
b/test/sslapitest.c
index 5fef058dfc9fce8f3ea8953178f840521150f622..c4c0868a2b55d406960bfe8da0cde7140ffebbed 100644
(file)
--- a/
test/sslapitest.c
+++ b/
test/sslapitest.c
@@
-4308,6
+4308,7
@@
static int test_info_callback(int tst)
info_cb_this_state = -1;
info_cb_offset = tst;
+#ifndef OPENSSL_NO_TLS1_3
if (tst >= 4) {
SSL_SESSION *sess = NULL;
size_t written, readbytes;
@@
-4342,6
+4343,7
@@
static int test_info_callback(int tst)
testresult = 1;
goto end;
}
+#endif
if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(),
TLS_client_method(),