X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FHashLibBaseCryptoRouter%2FHashLibBaseCryptoRouterDxe.c;h=73a616a0dfa51945c0561c29dfc5a5b978419c7d;hb=28ce4cb3590bc3aaa91c3be75429d4e8722415e2;hp=7bb5087550577764f1bcf6c9ef21629da39514ad;hpb=9fe9cf9acb475af9317dcdaf32a93f1cb77d95ac;p=mirror_edk2.git diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c index 7bb5087550..73a616a0df 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c @@ -3,7 +3,7 @@ hash handler registerd, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to mask some hash engines. -Copyright (c) 2013 - 2017, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -269,16 +269,16 @@ RegisterHashInterfaceLib ( CopyMem (&mHashInterface[mHashInterfaceCount], HashInterface, sizeof(*HashInterface)); mHashInterfaceCount ++; - + return EFI_SUCCESS; } /** The constructor function of HashLibBaseCryptoRouterDxe. - + @param ImageHandle The firmware allocated handle for the EFI image. @param SystemTable A pointer to the EFI System Table. - + @retval EFI_SUCCESS The constructor executed correctly. **/