diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 18:01:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 18:01:16 +0000 |
commit | 18868f7cdcf9ac9da8c8d0a584b25b7a60c383be (patch) | |
tree | 95e79def871f341c6cca69ec82a208429925b5b9 /regress/lib | |
parent | 80a57a0a466a3af896bad95be7b0e85f2c4c4dd8 (diff) |
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 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index c752bf042e0..13695f033ee 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:15 miod Exp $ +# $OpenBSD: Makefile,v 1.1 2014/04/15 18:01:15 miod Exp $ SUBDIR= \ bf \ |