summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2015-09-25 16:12:30 +0000
committerjsing <>2015-09-25 16:12:30 +0000
commit7cde7bd1f58e1043f515e7b33b358fe89477b273 (patch)
treed1232fc6e044861e2e299aa951f7c7d4f9803c48 /src/regress/lib/libcrypto/Makefile
parentb6def5032708273b2c52cd6ebf78eacaf4e64592 (diff)
downloadopenbsd-7cde7bd1f58e1043f515e7b33b358fe89477b273.tar.gz
openbsd-7cde7bd1f58e1043f515e7b33b358fe89477b273.tar.bz2
openbsd-7cde7bd1f58e1043f515e7b33b358fe89477b273.zip
Add initial regress tests for ASN.1 times.
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 3b84856435..4931d0fdd8 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.21 2015/09/14 01:45:03 doug Exp $ 1# $OpenBSD: Makefile,v 1.22 2015/09/25 16:12:30 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aead \ 4 aead \
5 aeswrap \ 5 aeswrap \
6 asn1 \
6 base64 \ 7 base64 \
7 bf \ 8 bf \
8 bio \ 9 bio \