Armor pq_compat.h header file against multiple inclusion

Submitted by: Alex Chen <alex_chen@filemaker.com>
This commit is contained in:
Lutz Jänicke
2008-10-20 12:40:20 +00:00
parent cc40dcce58
commit 312539ae9f

View File

@@ -57,6 +57,9 @@
*
*/
#ifndef HEADER_PQ_COMPAT_H
#define HEADER_PQ_COMPAT_H
#include <openssl/opensslconf.h>
#include <openssl/bn.h>
@@ -145,3 +148,5 @@
*(x) |= mask; \
} while(0)
#endif /* OPENSSL_SYS_VMS */
#endif