diff options
| author | djm <> | 2009-01-09 12:14:09 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:09 +0000 |
| commit | d895739bce8a14b03d66ef79acb062db0e1d7b41 (patch) | |
| tree | f7bce8e25320f56d0561cf9c041d4a9426952468 /src/lib/libcrypto/pqueue | |
| parent | 6b54ca90c9c20fe7a1bad7bdd709e44e88384cee (diff) | |
| parent | 76dd4d55fdccad54d20608e7caf577b9d67b216f (diff) | |
| download | openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.tar.gz openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.tar.bz2 openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
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 | ||
