mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
test: add a default greeting to avoid printing a null pointer.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Yang <kaishen.yy@antfin.com> (Merged from https://github.com/openssl/openssl/pull/25221)
This commit is contained in:
parent
563c51cea0
commit
34877dbcd4
@ -22,7 +22,7 @@ static OSSL_PARAM greeting_request[] = {
|
||||
|
||||
static int test_provider(OSSL_PROVIDER *prov, const char *expected_greeting)
|
||||
{
|
||||
const char *greeting = NULL;
|
||||
const char *greeting = "no greeting received";
|
||||
int ret = 0;
|
||||
|
||||
ret =
|
||||
|
Loading…
x
Reference in New Issue
Block a user