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