X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FHash%2FCryptMd5.c;h=e1c10e342c78ee675412cb1664251725b37d1b07;hp=dcf76913cce861bfb19856416ee953b2e797fbbe;hb=8ca8dd9b05c188851bab1b2e335fcd8618b6912e;hpb=b134fe98aa9fd0dbe3054c81f4315c4370c9bf5a diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c b/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c index dcf76913cc..e1c10e342c 100644 --- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c +++ b/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c @@ -56,7 +56,7 @@ Md5Init ( // // Check input parameters. // - if ((Md5Context == NULL)) { + if (Md5Context == NULL) { return FALSE; }