summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pqueue
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:09 +0000
committerdjm <>2009-01-09 12:14:09 +0000
commitd19d62684064bd8fbc9643cd864f3a0299102c8d (patch)
treef7bce8e25320f56d0561cf9c041d4a9426952468 /src/lib/libcrypto/pqueue
parentc577284ff511d84dc9cbfc813490545b0721e2f8 (diff)
parentc38e9fa1885187364cfeba026e9bf38d6845886f (diff)
downloadopenbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.tar.gz
openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.tar.bz2
openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.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.h5
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