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 c752bf042e..02734e992e 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:15 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2014/04/17 07:52:08 jsg Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | bf \ | 4 | bf \ |
@@ -10,6 +10,7 @@ SUBDIR= \ | |||
10 | ec \ | 10 | ec \ |
11 | ecdh \ | 11 | ecdh \ |
12 | ecdsa \ | 12 | ecdsa \ |
13 | engine \ | ||
13 | evp \ | 14 | evp \ |
14 | exp \ | 15 | exp \ |
15 | hmac \ | 16 | hmac \ |