diff options
Diffstat (limited to 'cypher.h')
-rw-r--r-- | cypher.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ protected: virtual Buffer getBitStream(u_int32_t length) = 0; }; -class NullCypher : Cypher +class NullCypher : public Cypher { protected: Buffer getBitStream(u_int32_t length); |