summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue/pq_test.c
diff options
context:
space:
mode:
authormiod <>2014-05-15 19:23:14 +0000
committermiod <>2014-05-15 19:23:14 +0000
commitfa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c (patch)
treed993b6fffe5d0a60b38c8e5954fffc8222a0a9d4 /src/regress/lib/libcrypto/pqueue/pq_test.c
parentf6b6054589b1f9aa85fabfe254a9647519d258f2 (diff)
downloadopenbsd-fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c.tar.gz
openbsd-fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c.tar.bz2
openbsd-fa3b5727df7dc5b91cfd6d4956ca9bf5a2cfda0c.zip
Get pqueue.h from the libssl sources rather than relying upon it being
installed.
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue/pq_test.c')
-rw-r--r--src/regress/lib/libcrypto/pqueue/pq_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/pq_test.c b/src/regress/lib/libcrypto/pqueue/pq_test.c
index fa78c8fa4c..7a69f0cf59 100644
--- a/src/regress/lib/libcrypto/pqueue/pq_test.c
+++ b/src/regress/lib/libcrypto/pqueue/pq_test.c
@@ -57,7 +57,7 @@
57 * 57 *
58 */ 58 */
59 59
60#include <openssl/pqueue.h> 60#include "pqueue.h"
61 61
62/* remember to change expected.txt if you change these values */ 62/* remember to change expected.txt if you change these values */
63unsigned char prio1[8] = "supercal"; 63unsigned char prio1[8] = "supercal";