5db2fbf CryptoPkg/OpensslLib: Prepare for upgrading OpenSSL

2 files Authored by XiaoyuX Lu 5 years ago, Committed by Jian J Wang 5 years ago,
    CryptoPkg/OpensslLib: Prepare for upgrading OpenSSL
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1089
    
    Disable warning for building OpenSSL_1_1_1b
    
    add /wd4132 /wd4700 /wd4310 for Visual Studio in OpensslLib[Crypto].inf
    
    add -Wno-error=unused-but-set-variable for GCC in OpensslLib[Crypto].inf
    Although this option is set in some build environments by default.
    But this is only for OpenSSL compilation, no matter how the
    default options change.
    
    Cc: Jian J Wang <jian.j.wang@intel.com>
    Cc: Ting Ye <ting.ye@intel.com>
    Signed-off-by: Xiaoyu Lu <xiaoyux.lu@intel.com>
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    Tested-by: Gary Lin <glin@suse.com>
    Reviewed-by: Jian J Wang <jian.j.wang@intel.com>