1. Dec 10, 2014
  2. Dec 09, 2014
  3. Dec 10, 2014
    • Ben Noordhuis's avatar
      Revert "openssl: don't define SIXTY_FOUR_BIT_LONG on Windows" · 4ccc5a64
      Ben Noordhuis authored
      This reverts commit 878cc3e5.
      
      Reverted for breaking the x86_64 Linux build:
      
          In file included from ../deps/openssl/openssl/include/openssl/bn.h:1:0,
                           from ../deps/openssl/openssl/crypto/bn/asm/../bn_lcl.h:115,
                           from ../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:1:
          ../deps/openssl/openssl/include/openssl/../../crypto/bn/bn.h:813:20: note: previous declaration of 'bn_add_words' was here
           BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
                              ^
          ../deps/openssl/openssl/crypto/bn/asm/x86_64-gcc.c:210:15: error: conflicting types for 'bn_sub_words'
           BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n)
      4ccc5a64
  4. Dec 09, 2014