Browse Source

another round of chemo for the RAND code to provide clarity.

ok deraadt
OPENBSD_5_6
tedu 10 years ago
parent
commit
5c324aa8cb
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libcrypto/crypto/Makefile

+ 2
- 3
src/lib/libcrypto/crypto/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2014/04/18 13:13:50 tedu Exp $
# $OpenBSD: Makefile,v 1.24 2014/04/18 13:19:03 tedu Exp $
LIB= crypto
@ -207,8 +207,7 @@ SRCS+= pk7_mime.c bio_pk7.c
SRCS+= pqueue.c
# rand/
SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c
SRCS+= rand_unix.c
SRCS+= randfile.c rand_lib.c rand_err.c
# rc2/
SRCS+= rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c


Loading…
Cancel
Save