From 2e2c395021dff780ca2041914e0bb745491cb24e Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 15:31:46 +0000 Subject: change default FIPS RNG to use AES instead of DES_EDE git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@335 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- dlltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlltest.cpp') diff --git a/dlltest.cpp b/dlltest.cpp index 85b8bdd..dac9093 100644 --- a/dlltest.cpp +++ b/dlltest.cpp @@ -93,7 +93,7 @@ void FIPS140_SampleApplication() // create auto-seeded X9.17 RNG object, if available #ifdef OS_RNG_AVAILABLE - AutoSeededX917RNG rng; + AutoSeededX917RNG rng; #else // this is used to allow this function to compile on platforms that don't have auto-seeded RNGs RandomNumberGenerator &rng(NullRNG()); -- cgit v1.2.1