diff options
Diffstat (limited to 'src/entropy/dev_random/es_dev.h')
-rw-r--r-- | src/entropy/dev_random/es_dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entropy/dev_random/es_dev.h b/src/entropy/dev_random/es_dev.h index 024afbdb4..2c9d93369 100644 --- a/src/entropy/dev_random/es_dev.h +++ b/src/entropy/dev_random/es_dev.h @@ -18,6 +18,8 @@ namespace Botan { class BOTAN_DLL Device_EntropySource : public EntropySource { public: + std::string name() const { return "RNG Device Reader"; } + Device_EntropySource(const std::vector<std::string>& fs) : fsnames(fs) {} |