First Commit
This commit is contained in:
13
externals/cryptopp/simple.cpp
vendored
Normal file
13
externals/cryptopp/simple.cpp
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// simple.cpp - originally 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
|
||||
Reference in New Issue
Block a user