From 5e5e558f3445e3307c2b74fceb26137f08a44a8d Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 8 Apr 2004 01:32:07 +0000 Subject: [PATCH] *** empty log message *** --- trunk/c5/osrng.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/c5/osrng.h b/trunk/c5/osrng.h index 655e4edf..0e2db3c9 100644 --- a/trunk/c5/osrng.h +++ b/trunk/c5/osrng.h @@ -8,6 +8,7 @@ #include "randpool.h" #include "rng.h" #include "des.h" +#include "fips140.h" NAMESPACE_BEGIN(CryptoPP) @@ -35,6 +36,8 @@ public: private: ProviderHandle m_hProvider; }; + +#pragma comment(lib, "advapi32.lib") #endif //! encapsulate CryptoAPI's CryptGenRandom or /dev/urandom