Merge pull request #5618 from vnen/fix-openssl-conf
Fix builtin OpenSSL configuration
This commit is contained in:
commit
ae3d316798
1 changed files with 7 additions and 2 deletions
|
@ -213,8 +213,13 @@ extern "C" {
|
|||
|
||||
#ifdef OPENSSL_USE_64_BITS
|
||||
|
||||
#define SIXTY_FOUR_BIT_LONG
|
||||
#undef SIXTY_FOUR_BIT
|
||||
# ifdef _WIN32
|
||||
# undef SIXTY_FOUR_BIT_LONG
|
||||
# define SIXTY_FOUR_BIT
|
||||
# else
|
||||
# define SIXTY_FOUR_BIT_LONG
|
||||
# undef SIXTY_FOUR_BIT
|
||||
# endif
|
||||
#undef THIRTY_TWO_BIT
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue