summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/evp/evp_test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/evp/evp_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/evp/evp_test.c b/src/regress/lib/libcrypto/evp/evp_test.c
index dbfe442377..4a671d978d 100644
--- a/src/regress/lib/libcrypto/evp/evp_test.c
+++ b/src/regress/lib/libcrypto/evp/evp_test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_test.c,v 1.3 2022/11/26 16:08:56 tb Exp $ */ 1/* $OpenBSD: evp_test.c,v 1.4 2023/03/11 14:27:38 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -145,5 +145,7 @@ main(int argc, char **argv)
145 failed |= evp_asn1_method_test(); 145 failed |= evp_asn1_method_test();
146 failed |= evp_pkey_method_test(); 146 failed |= evp_pkey_method_test();
147 147
148 OPENSSL_cleanup();
149
148 return failed; 150 return failed;
149} 151}