diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 18:01:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 18:01:19 +0000 |
commit | 5f2f5dbd27852478adc4b3f4b911e4af4f6e5788 (patch) | |
tree | 4ce90141e174e7af0302c681992739b4cd902251 /regress/lib/libcrypto/hmac | |
parent | 161126f14a397076c545ff39062bd3dd6d897344 (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/libcrypto/hmac')
-rw-r--r-- | regress/lib/libcrypto/hmac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/hmac/Makefile b/regress/lib/libcrypto/hmac/Makefile index 0bcb8f49aa1..84d20e5c7ca 100644 --- a/regress/lib/libcrypto/hmac/Makefile +++ b/regress/lib/libcrypto/hmac/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:17 miod Exp $ +# $OpenBSD: Makefile,v 1.1 2014/04/15 18:01:17 miod Exp $ PROG= hmactest LDADD= -lcrypto |