Get pqueue.h from the libssl sources rather than relying upon it being
authormiod <miod@openbsd.org>
Thu, 15 May 2014 19:23:14 +0000 (19:23 +0000)
committermiod <miod@openbsd.org>
Thu, 15 May 2014 19:23:14 +0000 (19:23 +0000)
installed.

regress/lib/libcrypto/pqueue/Makefile
regress/lib/libcrypto/pqueue/pq_test.c

index 8b2d27e..09c6213 100644 (file)
@@ -1,6 +1,8 @@
-#      $OpenBSD: Makefile,v 1.3 2014/05/12 19:14:14 miod Exp $
+#      $OpenBSD: Makefile,v 1.4 2014/05/15 19:23:14 miod Exp $
 
 PROG=  pq_test
+SRC=   ${.CURDIR}/../../../../lib/libssl/src/ssl
+CFLAGS+=       -I${SRC}
 
 LDADD= -lssl -lcrypto
 DPADD= ${LIBSSL} ${LIBCRYPTO}
index fa78c8f..7a69f0c 100644 (file)
@@ -57,7 +57,7 @@
  *
  */
 
-#include <openssl/pqueue.h>
+#include "pqueue.h"
 
 /* remember to change expected.txt if you change these values */
 unsigned char prio1[8] = "supercal";