aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/cms_enc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/cms_enc.cpp')
-rw-r--r--doc/examples/cms_enc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cms_enc.cpp b/doc/examples/cms_enc.cpp
index 48b3c5ddd..de16bbaae 100644
--- a/doc/examples/cms_enc.cpp
+++ b/doc/examples/cms_enc.cpp
@@ -8,7 +8,7 @@ using namespace Botan;
int main()
{
- LibraryInitializer init;
+ Botan::LibraryInitializer init;
try {