diff options
author | lloyd <[email protected]> | 2011-04-08 18:41:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-08 18:41:19 +0000 |
commit | cba5b5ce28285751aa4b6cc48362dc002ae9063c (patch) | |
tree | 9bc6025338ed7db09d3e4c0918c6bfc134a689db /doc/examples/bcrypt.cpp | |
parent | 8b543e804375a788ae71d461c0f8cf5d4193fc25 (diff) |
More doc updates
Diffstat (limited to 'doc/examples/bcrypt.cpp')
-rw-r--r-- | doc/examples/bcrypt.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/examples/bcrypt.cpp b/doc/examples/bcrypt.cpp index 27a98cf33..4154b26ad 100644 --- a/doc/examples/bcrypt.cpp +++ b/doc/examples/bcrypt.cpp @@ -1,10 +1,3 @@ -/* -* Bcrypt example -* (C) 2011 Jack Lloyd -* -* Distributed under the terms of the Botan license -*/ - #include <botan/botan.h> #include <botan/bcrypt.h> #include <iostream> |