diff options
author | Jack Lloyd <[email protected]> | 2017-09-19 13:07:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-19 22:30:44 -0400 |
commit | 2f4b1610dc0b273c66c494e7bbef0116d9fd6511 (patch) | |
tree | 34cd53c634d3eaab362382193757cbb247dcdae2 /src/lib/rng/chacha_rng | |
parent | d179678fe398d9fba22b204a576747397e01d584 (diff) |
More annotations
Diffstat (limited to 'src/lib/rng/chacha_rng')
-rw-r--r-- | src/lib/rng/chacha_rng/chacha_rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rng/chacha_rng/chacha_rng.h b/src/lib/rng/chacha_rng/chacha_rng.h index 7deaa2d89..f61be1e8b 100644 --- a/src/lib/rng/chacha_rng/chacha_rng.h +++ b/src/lib/rng/chacha_rng/chacha_rng.h @@ -37,7 +37,7 @@ class Entropy_Sources; * The primary reason to use it is in cases where the other RNGs are * not fast enough. */ -class BOTAN_DLL ChaCha_RNG final : public Stateful_RNG +class BOTAN_PUBLIC_API(2,3) ChaCha_RNG final : public Stateful_RNG { public: /** |