diff options
author | lloyd <[email protected]> | 2008-11-09 22:58:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 22:58:44 +0000 |
commit | 6fe69ea63676e04df6ab1916564b02531c8ef602 (patch) | |
tree | 7b7796f1924386413d0260ff11e01a44561c1094 /src | |
parent | 31a1b12011e6d14f15b643b5ffde67d9df526e8d (diff) |
Consistent whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/libstate/engine/engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstate/engine/engine.h b/src/libstate/engine/engine.h index 83870bb27..5073b6d0d 100644 --- a/src/libstate/engine/engine.h +++ b/src/libstate/engine/engine.h @@ -137,6 +137,7 @@ class BOTAN_DLL Engine private: virtual BlockCipher* find_block_cipher(const std::string&) const { return 0; } + virtual StreamCipher* find_stream_cipher(const std::string&) const { return 0; } |