Created
May 16, 2011 06:42
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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