diff options
author | lloyd <[email protected]> | 2008-04-14 21:21:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-14 21:21:04 +0000 |
commit | b7ad4403eafede60b157cb66228634cd3979a87a (patch) | |
tree | 45b040777c5642bbc16c786517ffbf437a76049d /modules/eng_aep/es_aep.h | |
parent | 2a5d109a8d35741284a23ef4f87a98cef303ff26 (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.h | 24 |
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 |