diff options
Diffstat (limited to 'src/lib/libcrypto/pqueue/pq_compat.h')
| -rw-r--r-- | src/lib/libcrypto/pqueue/pq_compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libcrypto/pqueue/pq_compat.h b/src/lib/libcrypto/pqueue/pq_compat.h index fd36578882..7b2c32725c 100644 --- a/src/lib/libcrypto/pqueue/pq_compat.h +++ b/src/lib/libcrypto/pqueue/pq_compat.h | |||
| @@ -57,6 +57,9 @@ | |||
| 57 | * | 57 | * |
| 58 | */ | 58 | */ |
| 59 | 59 | ||
| 60 | #ifndef HEADER_PQ_COMPAT_H | ||
| 61 | #define HEADER_PQ_COMPAT_H | ||
| 62 | |||
| 60 | #include <openssl/opensslconf.h> | 63 | #include <openssl/opensslconf.h> |
| 61 | #include <openssl/bn.h> | 64 | #include <openssl/bn.h> |
| 62 | 65 | ||
| @@ -145,3 +148,5 @@ | |||
| 145 | *(x) |= mask; \ | 148 | *(x) |= mask; \ |
| 146 | } while(0) | 149 | } while(0) |
| 147 | #endif /* OPENSSL_SYS_VMS */ | 150 | #endif /* OPENSSL_SYS_VMS */ |
| 151 | |||
| 152 | #endif | ||
