summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authormiod <>2014-05-06 20:27:19 +0000
committermiod <>2014-05-06 20:27:19 +0000
commit7bb05eec196fcd9eb44b7d63832486843a5e6c0d (patch)
treef636e9d9e972ead71a049790009a8ffcc8881ab7 /src/regress/lib/libcrypto/Makefile
parent435ef5d6e7683afc96fa861444e930aa43db6c12 (diff)
downloadopenbsd-7bb05eec196fcd9eb44b7d63832486843a5e6c0d.tar.gz
openbsd-7bb05eec196fcd9eb44b7d63832486843a5e6c0d.tar.bz2
openbsd-7bb05eec196fcd9eb44b7d63832486843a5e6c0d.zip
Add a fixed (read: non-SIGSEGV'ing) pq_test.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 345077c20c..22737367a3 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.7 2014/05/03 15:07:46 jsing Exp $ 1# $OpenBSD: Makefile,v 1.8 2014/05/06 20:27:17 miod Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aeswrap \ 4 aeswrap \
@@ -23,6 +23,7 @@ SUBDIR= \
23 md4 \ 23 md4 \
24 md5 \ 24 md5 \
25 mdc2 \ 25 mdc2 \
26 pqueue \
26 rand \ 27 rand \
27 rc2 \ 28 rc2 \
28 rc4 \ 29 rc4 \