Un-inline `cipher_gost_grasshopper_ctracpkm'. Error message:
gost_core.lib(gost_omac_acpkm.obj) : error LNK2019: unresolved external symbol cipher_gost_grasshopper_ctracpkm referenced in function CMAC_ACPKM_Init
gost.dll : fatal error LNK1120: 1 unresolved externals
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
}
/* Called directly by CMAC_ACPKM_Init() */
-const GRASSHOPPER_INLINE EVP_CIPHER *cipher_gost_grasshopper_ctracpkm()
+const EVP_CIPHER *cipher_gost_grasshopper_ctracpkm()
{
return GOST_init_cipher(&grasshopper_ctr_acpkm_cipher);
}