diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-01-25 06:44:23 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-01-25 06:44:23 +0000 |
commit | 45c835f94974150a5e8783c3cde9228dd4992c2a (patch) | |
tree | ac2cd59eec857739d3fb33e4bb60135aa06f0c9b /regress/lib/libcrypto | |
parent | db6962004f2b1a2e7480483164d5a049433853a6 (diff) |
link in rsa test
Diffstat (limited to 'regress/lib/libcrypto')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index f4a3088c6b3..46f0949035e 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2017/01/18 09:04:02 beck Exp $ +# $OpenBSD: Makefile,v 1.27 2017/01/25 06:44:22 beck Exp $ SUBDIR= \ aead \ @@ -35,6 +35,7 @@ SUBDIR= \ rc2 \ rc4 \ rmd \ + rsa \ sha1 \ sha2 \ sha256 \ |