Re: pq_compat.h

2008-10-20 Thread Lutz Jaenicke
Alex Chen wrote: > The header file crypto/pqueue/pq_compat.h does not have the following > directive > > #ifndef HEADER_PQ_COMPAT_H > #define HEADER_PQ_COMPAT_H > > #enedif > > The effect is that we get warnings about PQ_64BIT being redefined > because ssl.h i

pq_compat.h

2008-10-14 Thread Alex Chen
The header file crypto/pqueue/pq_compat.h does not have the following directive #ifndef HEADER_PQ_COMPAT_H #define HEADER_PQ_COMPAT_H #enedif The effect is that we get warnings about PQ_64BIT being redefined because ssl.h includes ssl3.h, which includes pq_compat.h, and dtls1.h

BN_LLONG use in pq_compat.h

2007-10-24 Thread Christian Weber
which seem to undefined. pq_compat.h contains: > #if (defined(THIRTY_TWO_BIT) && !defined(BN_LLONG)) || defined(SIXTEEN_BIT) > || defined(EIGHT_BIT) ...(some lines later)... > #define PQ_64BIT BIGNUM We read that as subtitute for native 64-bit integers. BN_LLONG is define