Latest update, add TLS 1.3 session time configuration.
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
#include <openssl/provider.h>
|
||||
#include "testutil.h"
|
||||
|
||||
#if !defined(DSO_VMS) && !defined(DSO_DLCFN) && !defined(DSO_DL) \
|
||||
&& !defined(DSO_WIN32) && !defined(DSO_DLFCN)
|
||||
# define OPENSSL_NO_DSO
|
||||
#endif
|
||||
|
||||
|
||||
extern OSSL_provider_init_fn PROVIDER_INIT_FUNCTION_NAME;
|
||||
|
||||
static char buf[256];
|
||||
@@ -55,7 +49,7 @@ static int test_builtin_provider(void)
|
||||
&& test_provider(name);
|
||||
}
|
||||
|
||||
#ifndef OPENSSL_NO_DSO
|
||||
#ifndef NO_PROVIDER_MODULE
|
||||
static int test_loaded_provider(void)
|
||||
{
|
||||
const char *name = "p_test";
|
||||
@@ -67,7 +61,7 @@ static int test_loaded_provider(void)
|
||||
int setup_tests(void)
|
||||
{
|
||||
ADD_TEST(test_builtin_provider);
|
||||
#ifndef OPENSSL_NO_DSO
|
||||
#ifndef NO_PROVIDER_MODULE
|
||||
ADD_TEST(test_loaded_provider);
|
||||
#endif
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user