Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 8ae080bf851a25187b93803b8c6a93e82dd97437
https://github.com/openssl/openssl/commit/8ae080bf851a25187b93803b8c6a93e82dd97437
Author: Gang Chen <[email protected]>
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 <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19153)