diff --git a/amd64/libeay32.dll b/amd64/libeay32.dll index f7a4cd3..6c6b7a2 100644 Binary files a/amd64/libeay32.dll and b/amd64/libeay32.dll differ diff --git a/amd64/libeay32.exp b/amd64/libeay32.exp index 40b294f..84b9b1b 100644 Binary files a/amd64/libeay32.exp and b/amd64/libeay32.exp differ diff --git a/amd64/libeay32.lib b/amd64/libeay32.lib index 4356997..cb6da0e 100644 Binary files a/amd64/libeay32.lib and b/amd64/libeay32.lib differ diff --git a/amd64/libeay32.pdb b/amd64/libeay32.pdb index 15e56dc..f26f824 100644 Binary files a/amd64/libeay32.pdb and b/amd64/libeay32.pdb differ diff --git a/amd64/ssleay32.dll b/amd64/ssleay32.dll index 1e26e65..b693cb3 100644 Binary files a/amd64/ssleay32.dll and b/amd64/ssleay32.dll differ diff --git a/amd64/ssleay32.exp b/amd64/ssleay32.exp index 35b88d7..45d45be 100644 Binary files a/amd64/ssleay32.exp and b/amd64/ssleay32.exp differ diff --git a/amd64/ssleay32.lib b/amd64/ssleay32.lib index 4dd6cff..7d9bab0 100644 Binary files a/amd64/ssleay32.lib and b/amd64/ssleay32.lib differ diff --git a/amd64/ssleay32.pdb b/amd64/ssleay32.pdb index 196c33b..aff7cee 100644 Binary files a/amd64/ssleay32.pdb and b/amd64/ssleay32.pdb differ diff --git a/win32/include/openssl/opensslconf.h b/win32/include/openssl/opensslconf.h index 7ebd579..f237989 100644 --- a/win32/include/openssl/opensslconf.h +++ b/win32/include/openssl/opensslconf.h @@ -5,8 +5,8 @@ extern "C" { #endif /* OpenSSL was configured with the following options: */ -#ifndef OPENSSL_SYSNAME_WIN64A -# define OPENSSL_SYSNAME_WIN64A +#ifndef OPENSSL_SYSNAME_WIN32 +# define OPENSSL_SYSNAME_WIN32 #endif #ifndef OPENSSL_DOING_MAKEDEPEND @@ -170,7 +170,7 @@ extern "C" { * This enables code handling data aligned at natural CPU word * boundary. See crypto/rc4/rc4_enc.c for further details. */ -#define RC4_CHUNK unsigned long long +#undef RC4_CHUNK #endif #endif @@ -178,27 +178,27 @@ extern "C" { /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a * %20 speed up (longs are 8 bytes, int's are 4). */ #ifndef DES_LONG -#define DES_LONG unsigned int +#define DES_LONG unsigned long #endif #endif #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) #define CONFIG_HEADER_BN_H -#undef BN_LLONG +#define BN_LLONG /* Should we define BN_DIV2W here? */ /* Only one for the following should be defined */ #undef SIXTY_FOUR_BIT_LONG -#define SIXTY_FOUR_BIT -#undef THIRTY_TWO_BIT +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT #endif #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) #define CONFIG_HEADER_RC4_LOCL_H /* if this is defined data[i] is used instead of *data, this is a %20 * speedup on x86 */ -#undef RC4_INDEX +#define RC4_INDEX #endif #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) diff --git a/win32/libeay32.dll b/win32/libeay32.dll index 81dfa80..978ec18 100644 Binary files a/win32/libeay32.dll and b/win32/libeay32.dll differ diff --git a/win32/libeay32.exp b/win32/libeay32.exp index 7ae1d54..87f662f 100644 Binary files a/win32/libeay32.exp and b/win32/libeay32.exp differ diff --git a/win32/libeay32.lib b/win32/libeay32.lib index 9592656..02df474 100644 Binary files a/win32/libeay32.lib and b/win32/libeay32.lib differ diff --git a/win32/libeay32.pdb b/win32/libeay32.pdb index 43c7320..dd2d716 100644 Binary files a/win32/libeay32.pdb and b/win32/libeay32.pdb differ diff --git a/win32/ssleay32.dll b/win32/ssleay32.dll index 34503ca..0263a4e 100644 Binary files a/win32/ssleay32.dll and b/win32/ssleay32.dll differ diff --git a/win32/ssleay32.exp b/win32/ssleay32.exp index 19483eb..b7c6106 100644 Binary files a/win32/ssleay32.exp and b/win32/ssleay32.exp differ diff --git a/win32/ssleay32.lib b/win32/ssleay32.lib index 7ba2e91..cf26d98 100644 Binary files a/win32/ssleay32.lib and b/win32/ssleay32.lib differ diff --git a/win32/ssleay32.pdb b/win32/ssleay32.pdb index e746934..3b4d3cc 100644 Binary files a/win32/ssleay32.pdb and b/win32/ssleay32.pdb differ