diff options
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 116a3d4fd0..26fe163249 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2014/04/14 04:27:50 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2014/04/15 16:52:50 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -220,7 +220,7 @@ SRCS+= pk7_mime.c bio_pk7.c | |||
220 | SRCS+= pqueue.c | 220 | SRCS+= pqueue.c |
221 | 221 | ||
222 | # rand/ | 222 | # rand/ |
223 | SRCS+= md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c | 223 | SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c |
224 | SRCS+= rand_unix.c | 224 | SRCS+= rand_unix.c |
225 | 225 | ||
226 | # rc2/ | 226 | # rc2/ |