From 5ce38c90cf43ee79cd999716ea83a5a44eeb819e Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Tue, 28 Jul 2015 11:46:38 -0400 Subject: Update openssl to 1.0.2d Also update Cryptlib to edk2 r17731 Signed-off-by: Gary Ching-Pang Lin --- Cryptlib/Include/OpenSslSupport.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cryptlib/Include/OpenSslSupport.h') diff --git a/Cryptlib/Include/OpenSslSupport.h b/Cryptlib/Include/OpenSslSupport.h index b77838db..e5e1adc0 100644 --- a/Cryptlib/Include/OpenSslSupport.h +++ b/Cryptlib/Include/OpenSslSupport.h @@ -133,6 +133,11 @@ struct tm { char *tm_zone; /* timezone abbreviation */ }; +struct timeval { + long tv_sec; /* time value, in seconds */ + long tv_usec; /* time value, in microseconds */ +} timeval; + struct dirent { UINT32 d_fileno; /* file number of entry */ UINT16 d_reclen; /* length of this record */ @@ -267,5 +272,6 @@ extern FILE *stdout; #define assert(expression) #define localtime(timer) NULL #define gmtime_r(timer,result) (result = NULL) +#define atoi(nptr) Atoi(nptr) #endif -- cgit v1.2.3