From b9e81483bb96b1fb471a981dff625807eb0a58ca Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 2 Nov 2017 18:12:17 -0400 Subject: Don't let openssl() try to call an external abort() Signed-off-by: Peter Jones --- Cryptlib/Include/OpenSslSupport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Cryptlib/Include/OpenSslSupport.h') diff --git a/Cryptlib/Include/OpenSslSupport.h b/Cryptlib/Include/OpenSslSupport.h index d7650b3c..4da4d6cb 100644 --- a/Cryptlib/Include/OpenSslSupport.h +++ b/Cryptlib/Include/OpenSslSupport.h @@ -380,5 +380,6 @@ extern FILE *stdout; #define atoi(nptr) AsciiStrDecimalToUintn(nptr) #define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } while (0) #define gmtime_r(timer,result) (result = NULL) +#define abort() #endif -- cgit v1.2.3