[openssl/openssl] 8ae080: crypto/conf: gcc build warning fix
Chen, Gang C
noreply at github.com
Fri Sep 9 12:06:53 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 8ae080bf851a25187b93803b8c6a93e82dd97437
https://github.com/openssl/openssl/commit/8ae080bf851a25187b93803b8c6a93e82dd97437
Author: Gang Chen <gang.c.chen at intel.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M crypto/conf/conf_sap.c
Log Message:
-----------
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 at intel.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19153)
More information about the openssl-commits
mailing list