예제 #1
0
파일: old.cpp 프로젝트: dream1986/anope
	Encryption::IV GetDefaultIV() override
	{
		if (md5)
			return md5->GetDefaultIV();
		return Encryption::IV(static_cast<const uint32_t *>(NULL), 0);
	}