summaryrefslogtreecommitdiff
path: root/algparam.cpp
blob: 268584fd8cd8177dcca1bdfee33ea9ed4805edec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// algparam.cpp - written and placed in the public domain by Wei Dai

#include "pch.h"

#ifndef CRYPTOPP_IMPORTS

#include "algparam.h"

NAMESPACE_BEGIN(CryptoPP)

bool (*AssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt) = NULL;

NAMESPACE_END

#endif