aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-11-17 02:45:41 +0000
committerlloyd <[email protected]>2007-11-17 02:45:41 +0000
commit87ccd2adf5b39aa3fd1cb97e1cadaa6c3dfce3f5 (patch)
tree2032e03a2f141a8e07af62b8c53d906f1c66293d /include
parentde70d3b47e018ceaf08488ae115935ed995ea91a (diff)
Drop es_file: replaced by es_dev
Diffstat (limited to 'include')
-rw-r--r--include/es_file.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/es_file.h b/include/es_file.h
deleted file mode 100644
index 5be6eccdc..000000000
--- a/include/es_file.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*************************************************
-* File EntropySource Header File *
-* (C) 1999-2007 The Botan Project *
-*************************************************/
-
-#ifndef BOTAN_ENTROPY_SRC_FILE_H__
-#define BOTAN_ENTROPY_SRC_FILE_H__
-
-#include <botan/base.h>
-
-namespace Botan {
-
-/*************************************************
-* File Based Entropy Source *
-*************************************************/
-class File_EntropySource : public EntropySource
- {
- public:
- u32bit slow_poll(byte[], u32bit);
- };
-
-}
-
-#endif