diff options
Diffstat (limited to 'cryptopp/crypto/simple.cpp')
-rw-r--r-- | cryptopp/crypto/simple.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cryptopp/crypto/simple.cpp b/cryptopp/crypto/simple.cpp deleted file mode 100644 index d0a120d..0000000 --- a/cryptopp/crypto/simple.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// 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
|