Make Fortuna the default PRNG for the Windows build
authorGreg Hudson <ghudson@mit.edu>
Fri, 25 Feb 2011 14:27:06 +0000 (14:27 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 25 Feb 2011 14:27:06 +0000 (14:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24657 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile.in
src/config/win-pre.in

index 769ffd498a033f62b0a4732e07239ca666047167..e624d63790d9fe30dfc8421cfd0e86118a4808b6 100644 (file)
@@ -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 \
index a71d88da3ec64d514f5749d68fe1bdef8c0baabc..d992d95997720d7dbb601d9cfaf63795be4b7525 100644 (file)
@@ -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)