summaryrefslogtreecommitdiff
path: root/osrng.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2004-04-08 01:32:07 +0000
committerweidai <weidai11@users.noreply.github.com>2004-04-08 01:32:07 +0000
commit6569b7fe0b28d54721d707e990c7474273d05de9 (patch)
tree88afba1674e20c350168b268be9d9aa449e73679 /osrng.h
parentea453ec4c675b23030149ad9231cd2946a45e5bd (diff)
downloadcryptopp-git-6569b7fe0b28d54721d707e990c7474273d05de9.tar.gz
*** empty log message ***
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 655e4edf..0e2db3c9 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