When compiling OpenSSL (current) and defining SIXTY_FOUR_BIT, the
preprocessor define BN_ULLONG is undefined (see comment in file
include/bn.h line 119). That results in an error when compiling
crypto/bn/bn_div.c:
bn_div.c   215: [error]:   CFE1020 Identifier "BN_ULLONG" not defined
etc.

Why is BN_ULLONG undefined in the first place?
OTOH, un-commenting it  doesn't help either: I get all kinds of
warnings that the number of bits in a shift operation is too big,
and finally bn_asm bails out with:
bn_asm.c   741: [error]:   CFE1020 Identifier "BN_MASK" not defined

    Martin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to