From: Lutz Jänicke Date: Mon, 20 Oct 2008 12:40:20 +0000 (+0000) Subject: Armor pq_compat.h header file against multiple inclusion X-Git-Tag: OpenSSL_0_9_8j~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=312539ae9f5a63cba9ef24ed23a11dbbb9923e41;p=oweals%2Fopenssl.git Armor pq_compat.h header file against multiple inclusion Submitted by: Alex Chen --- 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 #include @@ -145,3 +148,5 @@ *(x) |= mask; \ } while(0) #endif /* OPENSSL_SYS_VMS */ + +#endif