Skip to content

Instantly share code, notes, and snippets.

@tsupo
Created May 16, 2011 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsupo/974014 to your computer and use it in GitHub Desktop.
Save tsupo/974014 to your computer and use it in GitHub Desktop.
OpenSSL 1.0.0d for Win32-no_asm (with Visual C++ 6 or later)
*** ms/nt.mak Mon May 16 14:28:11 2011
--- ms/nt_debug.mak Mon May 16 15:09:12 2011
***************
*** 17,23 ****
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MT /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG=/Zl /Zi /Fd$(TMP_D)/lib
SHLIB_CFLAG=
--- 17,23 ----
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MTd /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG=/Zl /Zi /Fd$(TMP_D)/lib
SHLIB_CFLAG=
***************
*** 35,43 ****
RSC=rc
# The output directory for everything intersting
! OUT_D=out32
# The output directory for all the temporary muck
! TMP_D=tmp32
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
--- 35,43 ----
RSC=rc
# The output directory for everything intersting
! OUT_D=out32_debug
# The output directory for all the temporary muck
! TMP_D=tmp32_debug
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
*** ms/nt.mak Mon May 16 14:28:11 2011
--- ms/nt_debug_MD.mak Mon May 16 15:11:37 2011
***************
*** 17,23 ****
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MT /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG=/Zl /Zi /Fd$(TMP_D)/lib
SHLIB_CFLAG=
--- 17,23 ----
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MDd /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG=/Zl /Zi /Fd$(TMP_D)/lib
SHLIB_CFLAG=
***************
*** 35,43 ****
RSC=rc
# The output directory for everything intersting
! OUT_D=out32
# The output directory for all the temporary muck
! TMP_D=tmp32
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
--- 35,43 ----
RSC=rc
# The output directory for everything intersting
! OUT_D=out32MD_debug
# The output directory for all the temporary muck
! TMP_D=tmp32MD_debug
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
*** ms/nt.mak Mon May 16 14:28:11 2011
--- ms/nt_MD.mak Mon May 16 15:12:49 2011
***************
*** 17,23 ****
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MT /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG=/Zl /Zi /Fd$(TMP_D)/lib
SHLIB_CFLAG=
--- 17,23 ----
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG=/Zl /Zi /Fd$(TMP_D)/lib
SHLIB_CFLAG=
***************
*** 35,43 ****
RSC=rc
# The output directory for everything intersting
! OUT_D=out32
# The output directory for all the temporary muck
! TMP_D=tmp32
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
--- 35,43 ----
RSC=rc
# The output directory for everything intersting
! OUT_D=out32MD
# The output directory for all the temporary muck
! TMP_D=tmp32MD
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
*** ms/ntdll.mak Mon May 16 14:28:11 2011
--- ms/ntdll_debug.mak Mon May 16 15:10:06 2011
***************
*** 17,23 ****
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_USE_APPLINK -I. -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG= /Zi /Fd$(TMP_D)/lib -D_WINDLL
SHLIB_CFLAG=
--- 17,23 ----
# Set your compiler options
PLATFORM=VC-WIN32
CC=cl
! CFLAG= /MDd /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_USE_APPLINK -I. -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE
APP_CFLAG= /Zi /Fd$(TMP_D)/app
LIB_CFLAG= /Zi /Fd$(TMP_D)/lib -D_WINDLL
SHLIB_CFLAG=
***************
*** 35,43 ****
RSC=rc
# The output directory for everything intersting
! OUT_D=out32dll
# The output directory for all the temporary muck
! TMP_D=tmp32dll
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
--- 35,43 ----
RSC=rc
# The output directory for everything intersting
! OUT_D=out32dll_debug
# The output directory for all the temporary muck
! TMP_D=tmp32dll_debug
# The output directory for the header files
INC_D=inc32
INCO_D=inc32\openssl
*** apps/s_cb.c.orig Thu Jan 07 06:25:22 2010
--- apps/s_cb.c Tue Mar 30 11:09:24 2010
***************
*** 122,127 ****
--- 122,131 ----
#include <openssl/ssl.h>
#include "s_apps.h"
+ #ifdef _MSC_VER
+ #undef OPENSSL_USE_IPV6
+ #endif
+
#define COOKIE_SECRET_LENGTH 16
int verify_depth=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment