summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authormiod <>2014-04-15 18:01:18 +0000
committermiod <>2014-04-15 18:01:18 +0000
commitf385533fd495dad9242f2eded4a9017f658ee678 (patch)
tree861cdfe8fca12990e76c301d0853c2ab45705858 /src/regress/lib/libcrypto/Makefile
parentfea4fc3d16f04ff054803f9276895492961ab5e2 (diff)
downloadopenbsd-f385533fd495dad9242f2eded4a9017f658ee678.tar.gz
openbsd-f385533fd495dad9242f2eded4a9017f658ee678.tar.bz2
openbsd-f385533fd495dad9242f2eded4a9017f658ee678.zip
Import the OpenSSL libcrypto tests in a form suitable for our rergress
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
new file mode 100644
index 0000000000..c752bf042e
--- /dev/null
+++ b/src/regress/lib/libcrypto/Makefile
@@ -0,0 +1,30 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:15 miod Exp $
2
3SUBDIR= \
4 bf \
5 bn \
6 cast \
7 des \
8 dh \
9 dsa \
10 ec \
11 ecdh \
12 ecdsa \
13 evp \
14 exp \
15 hmac \
16 idea \
17 ige \
18 md4 \
19 md5 \
20 mdc2 \
21 rand \
22 rc2 \
23 rc4 \
24 rmd \
25 sha \
26 sha1
27
28install:
29
30.include <bsd.subdir.mk>