]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c
CryptoPkg: Clean up source files
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Rand / CryptRandItc.c
index 3db5157a3778253752e15955104e074b3d19e21d..26c943e4aa8e831c605277ebcf8742607da3886c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Pseudorandom Number Generator Wrapper Implementation over OpenSSL.\r
 \r
-Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -69,7 +69,7 @@ RandomSeed (
       sizeof (DefaultSeed),\r
       "UEFI Crypto Library default seed (%ld)",\r
       AsmReadItc ()\r
-      ); \r
+      );\r
 \r
     RAND_seed (DefaultSeed, sizeof (DefaultSeed));\r
   }\r