From: Randall S. Becker Date: Wed, 10 Sep 2025 22:09:52 +0000 (+0100) Subject: Change HPE NonStop PUT configuration to explicitly not use secure memory. X-Git-Tag: openssl-3.0.18~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f0e8f916bff2f85f63626e0c45e319481b18e2b;p=thirdparty%2Fopenssl.git Change HPE NonStop PUT configuration to explicitly not use secure memory. Fixes: #28498 Signed-off-by: Randall S. Becker Reviewed-by: Tomas Mraz Reviewed-by: Tim Hudson Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28515) --- diff --git a/Configurations/50-nonstop.conf b/Configurations/50-nonstop.conf index ed3fe828b31..b131ca602bc 100644 --- a/Configurations/50-nonstop.conf +++ b/Configurations/50-nonstop.conf @@ -167,12 +167,14 @@ # Build models 'nonstop-model-put' => { template => 1, + disable => [ 'secure-memory' ], defines => ['_PUT_MODEL_', '_REENTRANT', '_THREAD_SUPPORT_FUNCTIONS'], ex_libs => '-lput', }, 'nonstop-model-spt' => { template => 1, + disable => [ 'secure-memory' ], defines => ['_SPT_MODEL_', '_REENTRANT', '_ENABLE_FLOSS_THREADS'], ex_libs => '-lspt',