summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsg <>2014-04-17 07:52:08 +0000
committerjsg <>2014-04-17 07:52:08 +0000
commit7e6a1af4ccde0256815bc90fe6904f87822e8515 (patch)
treead7c2391664395a2765a076502c399746c7c32a1 /src/regress/lib/libcrypto/Makefile
parentd824cdf417f03115407ab2445f485eb2190d2447 (diff)
downloadopenbsd-7e6a1af4ccde0256815bc90fe6904f87822e8515.tar.gz
openbsd-7e6a1af4ccde0256815bc90fe6904f87822e8515.tar.bz2
openbsd-7e6a1af4ccde0256815bc90fe6904f87822e8515.zip
move enginetest to regress as was done with the other tests
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 c752bf042e..02734e992e 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:15 miod Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/04/17 07:52:08 jsg Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 bf \ 4 bf \
@@ -10,6 +10,7 @@ SUBDIR= \
10 ec \ 10 ec \
11 ecdh \ 11 ecdh \
12 ecdsa \ 12 ecdsa \
13 engine \
13 evp \ 14 evp \
14 exp \ 15 exp \
15 hmac \ 16 hmac \