aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_aep/es_aep.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-14 21:21:04 +0000
committerlloyd <[email protected]>2008-04-14 21:21:04 +0000
commitb7ad4403eafede60b157cb66228634cd3979a87a (patch)
tree45b040777c5642bbc16c786517ffbf437a76049d /modules/eng_aep/es_aep.h
parent2a5d109a8d35741284a23ef4f87a98cef303ff26 (diff)
Drop eng_aep module (the hardware AEP engine). I still have a card (and driver
sources, etc), but drivers for x86-64/2.6 are not in evidence these days. To test this I would probably have to get a 32-bit machine running ~RH9/2.4 kernel...
Diffstat (limited to 'modules/eng_aep/es_aep.h')
-rw-r--r--modules/eng_aep/es_aep.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/modules/eng_aep/es_aep.h b/modules/eng_aep/es_aep.h
deleted file mode 100644
index dd9676245..000000000
--- a/modules/eng_aep/es_aep.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*************************************************
-* AEP EntropySource Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
-
-#ifndef BOTAN_EXT_ENTROPY_SRC_AEP_H__
-#define BOTAN_EXT_ENTROPY_SRC_AEP_H__
-
-#include <botan/base.h>
-
-namespace Botan {
-
-/*************************************************
-* AEP Entropy Source *
-*************************************************/
-class AEP_EntropySource : public EntropySource
- {
- public:
- u32bit slow_poll(byte[], u32bit);
- };
-
-}
-
-#endif