]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
MSVC: Fix unresolved externals (cipher_gost_grasshopper_ctracpkm)
authorVitaly Chikunov <vt@altlinux.org>
Fri, 3 Dec 2021 09:10:33 +0000 (12:10 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Dec 2021 16:45:14 +0000 (19:45 +0300)
commit1a69318c73dc30e570850431efd458bd73dd7a99
treefa2becb0f4b7ba6535ca218ad913789878bf7cb4
parent34dbff392d06471bd4d57395ad16b770e505e2a3
MSVC: Fix unresolved externals (cipher_gost_grasshopper_ctracpkm)

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>
gost_grasshopper_cipher.c