From 09b94b083c2cbf41d5c65295b6c1f7ee402e8972 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 15 Apr 2014 18:01:19 +0000 Subject: 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. --- regress/lib/libcrypto/idea/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 regress/lib/libcrypto/idea/Makefile (limited to 'regress/lib/libcrypto/idea/Makefile') diff --git a/regress/lib/libcrypto/idea/Makefile b/regress/lib/libcrypto/idea/Makefile new file mode 100644 index 00000000000..8188c68a4c7 --- /dev/null +++ b/regress/lib/libcrypto/idea/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:17 miod Exp $ + +PROG= ideatest +LDADD= -lcrypto +DPADD= ${LIBCRYPTO} + +.include -- cgit v1.2.3