crypto/conf: gcc build warning fix
authorGang Chen <gang.c.chen@intel.com>
Tue, 21 Feb 2023 06:54:46 +0000 (14:54 +0800)
committerGang Chen <gang.c.chen@intel.com>
Wed, 22 Feb 2023 00:41:36 +0000 (08:41 +0800)
commit82dfb986cb73e1ddfc7f9aa77b8418e5f527585b
tree85bcd3a6d76be657b7e86407b72a08a07a44690a
parent9f461a902d4273e9a682909cc5d8191a71d0297a
crypto/conf: gcc build warning fix

Fix the gcc build warning from conf_sap.c:
variable flags set but not used [-Wunused-but-set-variable]
variable appname set but not used [-Wunused-but-set-variable]
variable filename set but not used [-Wunused-but-set-variable]

CLA: trivial

Signed-off-by: Gang Chen <gang.c.chen@intel.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20347)
crypto/conf/conf_sap.c