summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/Makefile.in2
-rw-r--r--src/config/win-pre.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 769ffd498..e624d6379 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 \
diff --git a/src/config/win-pre.in b/src/config/win-pre.in
index a71d88da3..d992d9599 100644
--- a/src/config/win-pre.in
+++ b/src/config/win-pre.in
@@ -229,7 +229,7 @@ MAKE=-$(MAKE)
!endif
CRYPTO_IMPL = builtin
-PRNG_ALG = yarrow
+PRNG_ALG = fortuna
CFLAGS = $(CCOPTS)
ALL_CFLAGS = $(DEFS) $(DEFINES) $(LOCALINCLUDES) $(CPPFLAGS) $(CFLAGS)