summaryrefslogtreecommitdiff
path: root/test/nodefltctxtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nodefltctxtest.c')
-rw-r--r--test/nodefltctxtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodefltctxtest.c b/test/nodefltctxtest.c
index 3af3f91736f8..8801721e59bb 100644
--- a/test/nodefltctxtest.c
+++ b/test/nodefltctxtest.c
@@ -47,7 +47,7 @@ static int test_no_deflt_ctx_init(void)
goto err;
testresult = 1;
- err:
+err:
EVP_MD_free(md);
OSSL_LIB_CTX_free(ctx);
return testresult;