diff options
author | miod <> | 2014-04-15 18:01:18 +0000 |
---|---|---|
committer | miod <> | 2014-04-15 18:01:18 +0000 |
commit | f385533fd495dad9242f2eded4a9017f658ee678 (patch) | |
tree | 861cdfe8fca12990e76c301d0853c2ab45705858 /src/regress/lib/libcrypto/ec/Makefile | |
parent | fea4fc3d16f04ff054803f9276895492961ab5e2 (diff) | |
download | openbsd-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/ec/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile new file mode 100644 index 0000000000..f6dbef5b9b --- /dev/null +++ b/src/regress/lib/libcrypto/ec/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:16 miod Exp $ | ||
2 | |||
3 | PROG= ectest | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | |||
7 | .include <bsd.regress.mk> | ||