From 5ac246132c75c6d08b860424d463b52bb2ea02d6 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 8 Aug 2010 23:02:36 +0000 Subject: fix compile with GCC 4.4 and -march=i386 fix minor documentation issues fix compile w/o GAS 2.19 or later git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@519 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- osrng.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'osrng.h') diff --git a/osrng.h b/osrng.h index 9192616..ae07d05 100644 --- a/osrng.h +++ b/osrng.h @@ -1,6 +1,8 @@ #ifndef CRYPTOPP_OSRNG_H #define CRYPTOPP_OSRNG_H +//! \file + #include "config.h" #ifdef OS_RNG_AVAILABLE @@ -140,6 +142,7 @@ void AutoSeededX917RNG::Reseed(bool blocking, const byte *input, s CRYPTOPP_DLL_TEMPLATE_CLASS AutoSeededX917RNG; +//! this is AutoSeededX917RNG\ in FIPS mode, otherwise it's AutoSeededRandomPool #if CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2 typedef AutoSeededX917RNG DefaultAutoSeededRNG; #else -- cgit v1.2.1