Armor pq_compat.h header file against multiple inclusion
Submitted by: Alex Chen <alex_chen@filemaker.com>
This commit is contained in:
@@ -57,6 +57,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HEADER_PQ_COMPAT_H
|
||||||
|
#define HEADER_PQ_COMPAT_H
|
||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
@@ -145,3 +148,5 @@
|
|||||||
*(x) |= mask; \
|
*(x) |= mask; \
|
||||||
} while(0)
|
} while(0)
|
||||||
#endif /* OPENSSL_SYS_VMS */
|
#endif /* OPENSSL_SYS_VMS */
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user