diff options
Diffstat (limited to 'doc/examples/xor_ciph.cpp')
-rw-r--r-- | doc/examples/xor_ciph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/xor_ciph.cpp b/doc/examples/xor_ciph.cpp index 670276802..6a914b150 100644 --- a/doc/examples/xor_ciph.cpp +++ b/doc/examples/xor_ciph.cpp @@ -59,7 +59,7 @@ void XOR_Cipher::key_schedule(const byte key[], u32bit length) int main() { - LibraryInitializer init; + Botan::LibraryInitializer init; global_state().algorithm_factory().add_stream_cipher(new XOR_Cipher, "app"); |