summaryrefslogtreecommitdiffstats
path: root/crypto/pqueue
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2008-10-20 12:40:20 +0000
committerLutz Jänicke <jaenicke@openssl.org>2008-10-20 12:40:20 +0000
commit312539ae9f5a63cba9ef24ed23a11dbbb9923e41 (patch)
tree977c0c3c3e353fe2efbe93c77a39fa145761f522 /crypto/pqueue
parentcc40dcce58f4b6f1d4cc8508b94ae5fea5c74d38 (diff)
Armor pq_compat.h header file against multiple inclusion
Submitted by: Alex Chen <alex_chen@filemaker.com>
Diffstat (limited to 'crypto/pqueue')
-rw-r--r--crypto/pqueue/pq_compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/pqueue/pq_compat.h b/crypto/pqueue/pq_compat.h
index fd36578882..7b2c32725c 100644
--- a/crypto/pqueue/pq_compat.h
+++ b/crypto/pqueue/pq_compat.h
@@ -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