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 3063963569..2b642dc25d 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.22 2014/04/17 22:06:19 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.23 2014/04/18 13:13:50 tedu Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -207,7 +207,7 @@ SRCS+= pk7_mime.c bio_pk7.c | |||
207 | SRCS+= pqueue.c | 207 | SRCS+= pqueue.c |
208 | 208 | ||
209 | # rand/ | 209 | # rand/ |
210 | SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c | 210 | SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c |
211 | SRCS+= rand_unix.c | 211 | SRCS+= rand_unix.c |
212 | 212 | ||
213 | # rc2/ | 213 | # rc2/ |