diff options
| author | Steve McIntyre <93sam@debian.org> | 2021-02-21 13:46:16 +0000 |
|---|---|---|
| committer | Steve McIntyre <93sam@debian.org> | 2021-02-21 13:46:16 +0000 |
| commit | 2a55644555e3c9bb1d948ab817b047123c1dcfd9 (patch) | |
| tree | f3c68875b270405a4cf93cec1b9aa5fb567e0c48 /Cryptlib/SysCall/TimerWrapper.c | |
| parent | 379f0954e0632f29f5154a0157a046ef20053121 (diff) | |
| parent | 888f5b544b7cce3cdae8074aa617b1d4add271a1 (diff) | |
| download | efi-boot-shim-2a55644555e3c9bb1d948ab817b047123c1dcfd9.tar.gz efi-boot-shim-2a55644555e3c9bb1d948ab817b047123c1dcfd9.zip | |
Update upstream source from tag 'upstream/15+1613861442.888f5b5'
Update to upstream version '15+1613861442.888f5b5'
with Debian dir 15b0853a73144b1f8571ce2bebc2eea68af4a8e3
Diffstat (limited to 'Cryptlib/SysCall/TimerWrapper.c')
| -rw-r--r-- | Cryptlib/SysCall/TimerWrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cryptlib/SysCall/TimerWrapper.c b/Cryptlib/SysCall/TimerWrapper.c index 04fe4ef9..27ac44a3 100644 --- a/Cryptlib/SysCall/TimerWrapper.c +++ b/Cryptlib/SysCall/TimerWrapper.c @@ -2,7 +2,7 @@ C Run-Time Libraries (CRT) Time Management Routines Wrapper Implementation
for OpenSSL-based Cryptographic Library (used in DXE & RUNTIME).
-Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2010 - 2016, 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
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <CrtLibSupport.h>
+#include <OpenSslSupport.h>
//
// -- Time Management Routines --
|
