libcryfs/random/Random.cpp
2015-10-22 17:36:03 +02:00

5 lines
74 B
C++

#include "Random.h"
namespace cpputils {
std::mutex Random::_mutex;
}