summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c')
-rw-r--r--SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c b/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
index 6dc3508be0..d09b68c8b1 100644
--- a/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
+++ b/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
@@ -2,7 +2,7 @@
This library is BaseCrypto SHA1 hash instance.
It can be registered to BaseCrypto router, to serve as hash engine.
-Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>
+Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved. <BR>
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
@@ -118,7 +118,7 @@ Sha1HashFinal (
Sha1Final (Sha1Ctx, Digest);
FreePool (Sha1Ctx);
-
+
Tpm2SetSha1ToDigestList (DigestList, Digest);
return EFI_SUCCESS;
@@ -133,7 +133,7 @@ HASH_INTERFACE mSha1InternalHashInstance = {
/**
The function register SHA1 instance.
-
+
@retval EFI_SUCCESS SHA1 instance is registered, or system dose not surpport registr SHA1 instance
**/
EFI_STATUS
@@ -152,4 +152,4 @@ HashInstanceLibSha1Constructor (
return EFI_SUCCESS;
}
return Status;
-} \ No newline at end of file
+}