summaryrefslogtreecommitdiff
path: root/CryptoPkg/Include/OpenSslSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Include/OpenSslSupport.h')
-rw-r--r--CryptoPkg/Include/OpenSslSupport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/CryptoPkg/Include/OpenSslSupport.h b/CryptoPkg/Include/OpenSslSupport.h
index dc25fd7b72..33eda7dd50 100644
--- a/CryptoPkg/Include/OpenSslSupport.h
+++ b/CryptoPkg/Include/OpenSslSupport.h
@@ -41,8 +41,6 @@ typedef VOID *FILE;
#define va_end(Marker) ((void)0)
#endif
-
-
//
// #defines from EFI Application Toolkit required to buiild Open SSL
//
@@ -241,7 +239,6 @@ extern FILE *stdout;
#define abort() ASSERT (FALSE)
#define assert(expression)
#define localtime(timer) NULL
-#define gmtime(timer) NULL
#define gmtime_r(timer,result) (result = NULL)
#endif