diff options
Diffstat (limited to 'src/libstate/engine')
-rw-r--r-- | src/libstate/engine/openssl/arc4_openssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstate/engine/openssl/arc4_openssl.h b/src/libstate/engine/openssl/arc4_openssl.h index 445642c81..e1b97dda1 100644 --- a/src/libstate/engine/openssl/arc4_openssl.h +++ b/src/libstate/engine/openssl/arc4_openssl.h @@ -13,8 +13,6 @@ namespace Botan { class ARC4_OpenSSL : public StreamCipher { public: - std::string provider() const { return "openssl"; } - void clear() throw() { std::memset(&state, 0, sizeof(state)); } std::string name() const; StreamCipher* clone() const { return new ARC4_OpenSSL(SKIP); } |