diff options
Diffstat (limited to 'src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c')
-rw-r--r-- | src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c b/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c index 20a385588e..fd922efb09 100644 --- a/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c +++ b/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_pkey_cleanup.c,v 1.2 2022/11/26 16:08:56 tb Exp $ */ | 1 | /* $OpenBSD: evp_pkey_cleanup.c,v 1.3 2022/12/01 13:49:12 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> |
@@ -79,8 +79,5 @@ main(void) | |||
79 | for (i = 0; i < N_PKEY_IDS; i++) | 79 | for (i = 0; i < N_PKEY_IDS; i++) |
80 | failed |= test_evp_pkey_ctx_cleanup(pkey_ids[i]); | 80 | failed |= test_evp_pkey_ctx_cleanup(pkey_ids[i]); |
81 | 81 | ||
82 | if (!failed) | ||
83 | printf("SUCCESS\n"); | ||
84 | |||
85 | return failed; | 82 | return failed; |
86 | } | 83 | } |