diff options
Diffstat (limited to 'src/lib/stream/ofb/ofb.h')
-rw-r--r-- | src/lib/stream/ofb/ofb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/stream/ofb/ofb.h b/src/lib/stream/ofb/ofb.h index 7d77bae7a..f8beb4956 100644 --- a/src/lib/stream/ofb/ofb.h +++ b/src/lib/stream/ofb/ofb.h @@ -38,8 +38,6 @@ class BOTAN_DLL OFB final : public StreamCipher void clear() override; - static OFB* make(const Spec& spec); - /** * @param cipher the block cipher to use */ |