diff options
author | djm <> | 2009-01-09 12:14:09 +0000 |
---|---|---|
committer | djm <> | 2009-01-09 12:14:09 +0000 |
commit | c38e9fa1885187364cfeba026e9bf38d6845886f (patch) | |
tree | 9b645adc5cf0aa0820e1501ee5c6f2c41c454e7c /src/lib/libcrypto/pqueue | |
parent | 221e4bfdc56c7ec8942006900694c958c515c143 (diff) | |
download | openbsd-c38e9fa1885187364cfeba026e9bf38d6845886f.tar.gz openbsd-c38e9fa1885187364cfeba026e9bf38d6845886f.tar.bz2 openbsd-c38e9fa1885187364cfeba026e9bf38d6845886f.zip |
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/pqueue')
-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 | ||