diff options
author | beck <> | 2017-01-25 06:44:22 +0000 |
---|---|---|
committer | beck <> | 2017-01-25 06:44:22 +0000 |
commit | 904bde0c9149f36a8cd8ab7aa3e59431813a46b0 (patch) | |
tree | dfe6221ea368012a067c05e90f3c941afc135bfc /src | |
parent | 186575242071e0b409e3ea59624c8accfe1aaf9d (diff) | |
download | openbsd-904bde0c9149f36a8cd8ab7aa3e59431813a46b0.tar.gz openbsd-904bde0c9149f36a8cd8ab7aa3e59431813a46b0.tar.bz2 openbsd-904bde0c9149f36a8cd8ab7aa3e59431813a46b0.zip |
link in rsa test
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index f4a3088c6b..46f0949035 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2017/01/18 09:04:02 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2017/01/25 06:44:22 beck Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -35,6 +35,7 @@ SUBDIR= \ | |||
35 | rc2 \ | 35 | rc2 \ |
36 | rc4 \ | 36 | rc4 \ |
37 | rmd \ | 37 | rmd \ |
38 | rsa \ | ||
38 | sha1 \ | 39 | sha1 \ |
39 | sha2 \ | 40 | sha2 \ |
40 | sha256 \ | 41 | sha256 \ |