crypto/conf: gcc build warning fix
authorGang Chen <gang.c.chen@intel.com>
Wed, 7 Sep 2022 06:31:31 +0000 (14:31 +0800)
committerHugo Landau <hlandau@openssl.org>
Fri, 9 Sep 2022 12:06:36 +0000 (13:06 +0100)
commit94f47ea43e741d8e183b1abb7f48660357f54279
tree57c465fd60911bfbfae33844cfadd6bf8d9ac407
parented37a881f450a07520084f4cd8bfaed294d31141
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: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19153)

(cherry picked from commit 8ae080bf851a25187b93803b8c6a93e82dd97437)
crypto/conf/conf_sap.c