From: Norbert Pocs Date: Fri, 14 Nov 2025 13:31:29 +0000 (+0100) Subject: Remove engine related crypto_device option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d7735332da61c3238987de36c0cf735d6e5c94b;p=thirdparty%2Fopenssl.git Remove engine related crypto_device option Signed-off-by: Norbert Pocs Reviewed-by: Eugene Syromiatnikov Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/29146) --- diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c index 9e3abb39cda..60d4ac3e9c8 100644 --- a/crypto/ts/ts_conf.c +++ b/crypto/ts/ts_conf.c @@ -19,7 +19,6 @@ #define BASE_SECTION "tsa" #define ENV_DEFAULT_TSA "default_tsa" #define ENV_SERIAL "serial" -#define ENV_CRYPTO_DEVICE "crypto_device" #define ENV_SIGNER_CERT "signer_cert" #define ENV_CERTS "certs" #define ENV_SIGNER_KEY "signer_key"