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, which also reference pq_compat.h eventually.
Alex
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]