libcryfs/random/Random.cpp

5 lines
74 B
C++
Raw Normal View History

2015-10-22 17:36:03 +02:00
#include "Random.h"
namespace cpputils {
std::mutex Random::_mutex;
}