00001 // algparam.cpp - written and placed in the public domain by Wei Dai 00002 00003 #include "pch.h" 00004 #include "algparam.h" 00005 00006 NAMESPACE_BEGIN(CryptoPP) 00007 00008 bool (*AssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt) = NULL; 00009 00010 NAMESPACE_END