diff options
Diffstat (limited to '')
-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 21530a8b7b..3836a55d98 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2014/07/11 20:37:59 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2014/11/18 21:52:43 miod Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -20,6 +20,7 @@ SUBDIR= \ | |||
20 | evp \ | 20 | evp \ |
21 | exp \ | 21 | exp \ |
22 | gcm128 \ | 22 | gcm128 \ |
23 | gost \ | ||
23 | hmac \ | 24 | hmac \ |
24 | idea \ | 25 | idea \ |
25 | ige \ | 26 | ige \ |