Latest update
This commit is contained in:
@@ -32,9 +32,9 @@ static int test_provider(const char *name)
|
||||
const char *greeting = NULL;
|
||||
char expected_greeting[256];
|
||||
|
||||
snprintf(expected_greeting, sizeof(expected_greeting),
|
||||
"Hello OpenSSL %.20s, greetings from %s!",
|
||||
OPENSSL_VERSION_STR, name);
|
||||
BIO_snprintf(expected_greeting, sizeof(expected_greeting),
|
||||
"Hello OpenSSL %.20s, greetings from %s!",
|
||||
OPENSSL_VERSION_STR, name);
|
||||
|
||||
return
|
||||
TEST_ptr(prov = OSSL_PROVIDER_load(NULL, name))
|
||||
|
||||
Reference in New Issue
Block a user