parent
df1f68da84
commit
96c51ffb2c
|
|
@ -2789,7 +2789,7 @@ InitializeInteger::InitializeInteger()
|
||||||
if (!g_pAssignIntToInteger)
|
if (!g_pAssignIntToInteger)
|
||||||
{
|
{
|
||||||
SetFunctionPointers();
|
SetFunctionPointers();
|
||||||
g_pAssignIntToInteger = AssignIntToInteger;
|
g_pAssignIntToInteger = (CryptoPP::PAssignIntToInteger)AssignIntToInteger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue