summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-02-25 14:27:06 +0000
committerGreg Hudson <ghudson@mit.edu>2011-02-25 14:27:06 +0000
commita42386e430be88fd529684c6ce1c0644bd50b320 (patch)
tree4b2d3ce375bc23a2a51c250d86ba04e2e5aebb18 /src/Makefile.in
parent0489db92b69f14ab4249992c1302bf8676cecc5c (diff)
downloadkrb5-a42386e430be88fd529684c6ce1c0644bd50b320.tar.gz
krb5-a42386e430be88fd529684c6ce1c0644bd50b320.tar.xz
krb5-a42386e430be88fd529684c6ce1c0644bd50b320.zip
Make Fortuna the default PRNG for the Windows build
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24657 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 769ffd498a..e624d63790 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,7 +170,7 @@ WINMAKEFILES=Makefile \
include\Makefile \
lib\Makefile lib\crypto\Makefile lib\crypto\krb\Makefile \
lib\crypto\krb\crc32\Makefile lib\crypto\krb\rand2key\Makefile \
- lib\crypto\krb\prng\Makefile lib\crypto\krb\prng\yarrow\Makefile \
+ lib\crypto\krb\prng\Makefile lib\crypto\krb\prng\fortuna\Makefile \
lib\crypto\krb\prf\Makefile lib\crypto\krb\checksum\Makefile \
lib\crypto\krb\old\Makefile lib\crypto\krb\raw\Makefile \
lib\crypto\krb\arcfour\Makefile lib\crypto\krb\dk\Makefile \