diff options
Diffstat (limited to 'src/lib/stream/ofb/ofb.h')
-rw-r--r-- | src/lib/stream/ofb/ofb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/stream/ofb/ofb.h b/src/lib/stream/ofb/ofb.h index 994d3d198..9dd2c204d 100644 --- a/src/lib/stream/ofb/ofb.h +++ b/src/lib/stream/ofb/ofb.h @@ -11,14 +11,12 @@ #include <botan/stream_cipher.h> #include <botan/block_cipher.h> -BOTAN_FUTURE_INTERNAL_HEADER(ofb.h) - namespace Botan { /** * Output Feedback Mode */ -class BOTAN_PUBLIC_API(2,0) OFB final : public StreamCipher +class OFB final : public StreamCipher { public: void cipher(const uint8_t in[], uint8_t out[], size_t length) override; |