]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/lib/apps.c: remove HARNESS_OSSL_PREFIX envvar handling
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 21 Jul 2025 11:37:16 +0000 (13:37 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 29 Jul 2025 17:12:10 +0000 (13:12 -0400)
commit082a81404cd8e4dfbc7a4cbda23b882a6f7488cb
tree8bc7307a0eddf60e7fb5c93dd40041ffa5c25e58
parent70c05fcde53cf480d6ed4c9c851fe0665f7cf76f
apps/lib/apps.c: remove HARNESS_OSSL_PREFIX envvar handling

As the environment variable is no longer used by the test harness,
its support can be removed from the openssl command, along
with the possible unintended consequences of prefixing the standard
output of the openssl command with an arbitrary string set
in the environment.

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28025)
apps/lib/apps.c