Commit 312539ae authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Armor pq_compat.h header file against multiple inclusion

Submitted by: Alex Chen <alex_chen@filemaker.com>
parent cc40dcce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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