diff options
author | lloyd <[email protected]> | 2014-01-01 19:21:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 19:21:10 +0000 |
commit | 122e2ae12328c799fbb7f463055e1795ed4db367 (patch) | |
tree | 865e33161fba6ca35bcd4b7083e324a6bfb56e76 | |
parent | a4784d73f8195e1a7dd9ca9fa471e893f00cf30a (diff) |
De-deprecate AutoSeeded_RNG, too convenient to drop
-rw-r--r-- | src/rng/auto_rng/auto_rng.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rng/auto_rng/auto_rng.h b/src/rng/auto_rng/auto_rng.h index 0ba214067..13201f251 100644 --- a/src/rng/auto_rng/auto_rng.h +++ b/src/rng/auto_rng/auto_rng.h @@ -14,11 +14,6 @@ namespace Botan { -/** -* An older interface kept for compatability with existing code -* -* Use RandomNumberGenerator::make_rng instead -*/ class BOTAN_DLL AutoSeeded_RNG : public RandomNumberGenerator { public: |