diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-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 345077c20c..22737367a3 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2014/05/03 15:07:46 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2014/05/06 20:27:17 miod Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
@@ -23,6 +23,7 @@ SUBDIR= \ | |||
23 | md4 \ | 23 | md4 \ |
24 | md5 \ | 24 | md5 \ |
25 | mdc2 \ | 25 | mdc2 \ |
26 | pqueue \ | ||
26 | rand \ | 27 | rand \ |
27 | rc2 \ | 28 | rc2 \ |
28 | rc4 \ | 29 | rc4 \ |