Skip to content

Commit

Permalink
win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by default
Browse files Browse the repository at this point in the history
Set HAVE_DES_SET_ODD_PARITY when using OpenSSL/BoringSSL as native
Windows builds don't use the autoconf tools.
  • Loading branch information
captain-caveman2k committed Aug 30, 2015
1 parent 347a6ee commit 415f037
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/config-win32.h
Expand Up @@ -228,6 +228,12 @@
This is present in OpenSSL versions after 0.9.6b */
#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1

/* Define if you have the 'DES_set_odd_parity' function when using OpenSSL/
BoringSSL */
#if defined(USE_OPENSSL) || defined(HAVE_BORINGSSL)
#define HAVE_DES_SET_ODD_PARITY 1
#endif

/* Define if you have the select function. */
#define HAVE_SELECT 1

Expand Down

0 comments on commit 415f037

Please sign in to comment.