summaryrefslogtreecommitdiff
path: root/osrng.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-04-08 01:32:07 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-04-08 01:32:07 +0000
commitfc7cc33bcaa5c4dd9874a95b75e34a478e0702a0 (patch)
tree88afba1674e20c350168b268be9d9aa449e73679 /osrng.h
parentf99115e8901ebb39ff2e3e43c311a9ffc237865a (diff)
downloadcryptopp-fc7cc33bcaa5c4dd9874a95b75e34a478e0702a0.tar.gz
*** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@158 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'osrng.h')
-rw-r--r--osrng.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osrng.h b/osrng.h
index 655e4ed..0e2db3c 100644
--- a/osrng.h
+++ b/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