mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-06 23:46:43 +00:00
16 lines
255 B
C++
16 lines
255 B
C++
// mqv.cpp - written and placed in the public domain by Wei Dai
|
|
|
|
#include "pch.h"
|
|
#include "mqv.h"
|
|
|
|
NAMESPACE_BEGIN(CryptoPP)
|
|
|
|
#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
|
void TestInstantiations_MQV()
|
|
{
|
|
MQV mqv;
|
|
}
|
|
#endif
|
|
|
|
NAMESPACE_END
|