]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Change HPE NonStop PUT configuration to explicitly not use secure memory.
authorRandall S. Becker <randall.becker@nexbridge.ca>
Wed, 10 Sep 2025 22:09:52 +0000 (23:09 +0100)
committerNeil Horman <nhorman@openssl.org>
Fri, 12 Sep 2025 12:34:42 +0000 (08:34 -0400)
Fixes: #28498
Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28515)

Configurations/50-nonstop.conf

index ed3fe828b318d0a90072573154cf3f3a2fc7b0e5..b131ca602bc4085090f565ee3b6d215ded9adf28 100644 (file)
     # 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',