diff options
Diffstat (limited to 'external/crypto++-5.6.3/simple.cpp')
| -rw-r--r-- | external/crypto++-5.6.3/simple.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/external/crypto++-5.6.3/simple.cpp b/external/crypto++-5.6.3/simple.cpp new file mode 100644 index 0000000..82564da --- /dev/null +++ b/external/crypto++-5.6.3/simple.cpp @@ -0,0 +1,13 @@ +// simple.cpp - written and placed in the public domain by Wei Dai + +#include "pch.h" + +#ifndef CRYPTOPP_IMPORTS + +#include "simple.h" + +NAMESPACE_BEGIN(CryptoPP) + +NAMESPACE_END + +#endif |