summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/evp_extra_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/evp_extra_test.c b/test/evp_extra_test.c
index 674180de35..b9124d02b5 100644
--- a/test/evp_extra_test.c
+++ b/test/evp_extra_test.c
@@ -5939,7 +5939,8 @@ static int test_evp_cipher_pipeline(void)
return 0;
if (!TEST_ptr(pipeline_cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM",
"provider=fake-pipeline"))
- || !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", testpropq))
+ || !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM",
+ "provider!=fake-pipeline"))
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
goto end;
memset(key, 0x01, sizeof(key));