From 502252d43ae2ce0786d420ba01408cd6355bd100 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 1 Apr 2010 15:18:29 +0000 Subject: MSVC8 compatibility with OpenSSL 1.0.0 --- auto/lib/openssl/makefile.bcc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auto/lib/openssl/makefile.bcc') diff --git a/auto/lib/openssl/makefile.bcc b/auto/lib/openssl/makefile.bcc index 679e7fe4a..5938cbf6b 100644 --- a/auto/lib/openssl/makefile.bcc +++ b/auto/lib/openssl/makefile.bcc @@ -5,8 +5,7 @@ all: cd $(OPENSSL) - perl Configure BC-32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \ - $(OPENSSL_OPT) + perl Configure BC-32 no-shared --prefix=openssl $(OPENSSL_OPT) ms\do_nasm -- cgit