Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGER
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Jun 2005 00:32:30 +0000 (00:32 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Jun 2005 00:32:30 +0000 (00:32 +0000)
commit0fb4d54068e75192008b6a9ff376f9466adca277
treea19111a0f52c1804eb416874aeed485890a3b2e1
parent830a468a2395dfc902f0f489b9cdfc0ac5fe6be4
Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGER
and PQ_64BIT_IS_BIGNUM with the values 0 (for false) and 1 (for true),
depending on which is true.  Use those flags everywhere else to provide
the correct implementation for handling certain operations in q PQ_64BIT.
crypto/pqueue/pq_compat.h
crypto/pqueue/pqueue.c
ssl/d1_pkt.c