diff options
| author | tedu <> | 2014-04-18 13:19:03 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-18 13:19:03 +0000 |
| commit | 832462aba45ebae5b73157540ef0383e86cde58a (patch) | |
| tree | 3b966b1e6478816bc9e673717596fca44b3c34de /src/lib/libcrypto/crypto | |
| parent | 00bec8c2ad4913d82c5df6a17d0c65f42971782f (diff) | |
| download | openbsd-832462aba45ebae5b73157540ef0383e86cde58a.tar.gz openbsd-832462aba45ebae5b73157540ef0383e86cde58a.tar.bz2 openbsd-832462aba45ebae5b73157540ef0383e86cde58a.zip | |
another round of chemo for the RAND code to provide clarity.
ok deraadt
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 2b642dc25d..62f0861d47 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.23 2014/04/18 13:13:50 tedu Exp $ | 1 | # $OpenBSD: Makefile,v 1.24 2014/04/18 13:19:03 tedu Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -207,8 +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 | 210 | SRCS+= randfile.c rand_lib.c rand_err.c |
| 211 | SRCS+= rand_unix.c | ||
| 212 | 211 | ||
| 213 | # rc2/ | 212 | # rc2/ |
| 214 | SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c | 213 | SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c |
