]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix exit code for s_time when -new command line switch specified
authorNeil Horman <nhorman@openssl.org>
Thu, 19 Jun 2025 16:38:41 +0000 (12:38 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 20 Jun 2025 19:43:58 +0000 (15:43 -0400)
commite49d915d2d7fec7d482b4ae97f40546a6e9e7801
treebf90c1eca908caa3a0fa007d8946a44a4bd9da29
parenta23e3aaf68abf8e1d372dc9275dea6d6c5780dc7
Fix exit code for s_time when -new command line switch specified

When operating with the -new switch in apps/openssl s_time, we neglect
to set the exit code properly, and so the app exits with a code of 1
rather than 0 as expected

Fixes #27856

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27857)

(cherry picked from commit b6ff5598539bf91608246ed81b4b534cbea6539d)
apps/s_time.c