X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FRand%2FCryptRandItc.c;fp=CryptoPkg%2FLibrary%2FBaseCryptLib%2FRand%2FCryptRandItc.c;h=26c943e4aa8e831c605277ebcf8742607da3886c;hb=630f67ddfea296ccb59d7863796210e130eec67e;hp=3db5157a3778253752e15955104e074b3d19e21d;hpb=2b5c643ae8f7e72a56deeacead6b5302a076d329;p=mirror_edk2.git diff --git a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c b/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c index 3db5157a37..26c943e4aa 100644 --- a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c +++ b/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c @@ -1,7 +1,7 @@ /** @file Pseudorandom Number Generator Wrapper Implementation over OpenSSL. -Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2012 - 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 @@ -69,7 +69,7 @@ RandomSeed ( sizeof (DefaultSeed), "UEFI Crypto Library default seed (%ld)", AsmReadItc () - ); + ); RAND_seed (DefaultSeed, sizeof (DefaultSeed)); }