diff options
-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 \ |