libcryfs/vendor/cryptopp/vendor_cryptopp/simple.cpp

14 lines
206 B
C++
Raw Normal View History

2018-05-19 20:22:51 +02:00
// 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