]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPssSign.c
CryptoPkg/BaseCryptLib: Fix possible uninitialized use
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Pk / CryptRsaPssSign.c
index b66b6f7296ade9d28714d283f7bde2321d269a41..ece765f9ae0a1479ba3b9902dd7f30a535b7a030 100644 (file)
@@ -97,6 +97,7 @@ RsaPssSign (
   EVP_PKEY_CTX          *KeyCtx;\r
   CONST EVP_MD          *HashAlg;\r
 \r
+  Result = FALSE;\r
   EvpRsaKey = NULL;\r
   EvpVerifyCtx = NULL;\r
   KeyCtx = NULL;\r