From a51a97262de196f8d4940fe68d9412ec99cd555a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 29 Jun 2005 11:02:15 +0000 Subject: Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes. --- crypto/pqueue/pq_compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/pqueue') diff --git a/crypto/pqueue/pq_compat.h b/crypto/pqueue/pq_compat.h index bd86efccc7..904b0d09a2 100644 --- a/crypto/pqueue/pq_compat.h +++ b/crypto/pqueue/pq_compat.h @@ -111,8 +111,10 @@ #if defined(SIXTY_FOUR_BIT) || defined(SIXTY_FOUR_BIT_LONG) #define PQ_64BIT BN_ULONG +#define PQ_64BIT_PRINT "%ld" #elif defined(THIRTY_TWO_BIT) #define PQ_64BIT BN_ULLONG +#define PQ_64BIT_PRINT "%lld" #endif #define PQ_64BIT_CTX void -- cgit v1.2.3