diff options
author | lloyd <[email protected]> | 2010-10-28 18:21:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-28 18:21:43 +0000 |
commit | 066c0618aaddf751989ee327660b567d88b2e198 (patch) | |
tree | 79b23c90182f42a3be56df854fe17ee0a34665cc /src/entropy/cryptoapi_rng/es_capi.h | |
parent | 7bd608843d0b68c989493552b4ab891f984bc171 (diff) |
These are internal headers and do not need public linkage
Diffstat (limited to 'src/entropy/cryptoapi_rng/es_capi.h')
-rw-r--r-- | src/entropy/cryptoapi_rng/es_capi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/cryptoapi_rng/es_capi.h b/src/entropy/cryptoapi_rng/es_capi.h index 55966d793..f55713e92 100644 --- a/src/entropy/cryptoapi_rng/es_capi.h +++ b/src/entropy/cryptoapi_rng/es_capi.h @@ -16,7 +16,7 @@ namespace Botan { /** * Win32 CAPI Entropy Source */ -class BOTAN_DLL Win32_CAPI_EntropySource : public EntropySource +class Win32_CAPI_EntropySource : public EntropySource { public: std::string name() const { return "Win32 CryptoGenRandom"; } |