]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
CryptoPkg: Clean up source files
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Rand / CryptRandTsc.c
index 15f0b3fecaa3d7ba56a0d61fe58a1f6ec331f899..74d9cbca2f89d4a42408f3903533b89decab82a1 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
       AsmReadTsc ()\r
-      ); \r
+      );\r
 \r
     RAND_seed (DefaultSeed, sizeof (DefaultSeed));\r
   }\r