summaryrefslogtreecommitdiff
path: root/test/cmp_protect_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmp_protect_test.c')
-rw-r--r--test/cmp_protect_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cmp_protect_test.c b/test/cmp_protect_test.c
index 0612a1faee..b8a50d3157 100644
--- a/test/cmp_protect_test.c
+++ b/test/cmp_protect_test.c
@@ -527,6 +527,8 @@ void cleanup_tests(void)
X509_free(intermediate);
OSSL_CMP_MSG_free(ir_protected);
OSSL_CMP_MSG_free(ir_unprotected);
+ OSSL_PROVIDER_unload(default_null_provider);
+ OSSL_PROVIDER_unload(provider);
OSSL_LIB_CTX_free(libctx);
}