X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FHash.h;h=bb4d6515816927ef71fcdde6d609230da90ca886;hp=3a30c62afd56aa00afb870ad3c71c92c88c4f113;hb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;hpb=1f3a753ee68ac1c7a620e8064fdda718cf413761 diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h index 3a30c62afd..bb4d651581 100644 --- a/MdePkg/Include/Protocol/Hash.h +++ b/MdePkg/Include/Protocol/Hash.h @@ -97,8 +97,7 @@ EFI_STATUS IN CONST EFI_HASH_PROTOCOL *This, IN CONST EFI_GUID *HashAlgorithm, OUT UINTN *HashSize - ) -; + ); /** Returns the size of the hash which results from a specific algorithm. @@ -127,8 +126,7 @@ EFI_STATUS IN CONST UINT8 *Message, IN UINT64 MessageSize, IN OUT EFI_HASH_OUTPUT *Hash - ) -; + ); /** @par Protocol Description: