From a42386e430be88fd529684c6ce1c0644bd50b320 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 25 Feb 2011 14:27:06 +0000 Subject: [PATCH] Make Fortuna the default PRNG for the Windows build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24657 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Makefile.in | 2 +- src/config/win-pre.in | 2 +- 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) -- 2.26.2