]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
MSVC: Fix unreachable code warning
authorVitaly Chikunov <vt@altlinux.org>
Fri, 3 Dec 2021 09:04:06 +0000 (12:04 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Dec 2021 16:45:14 +0000 (19:45 +0300)
commitb5613a2844470fd983cc3681633681a02ef6b44e
tree8ab192ecccc606530f3021d3f1061fc53ae36670
parent8c81c6fde1485fc27f88b4ffbcd8217a294c2215
MSVC: Fix unreachable code warning

Errors are like this:

  gost_pmeth.c(188): warning C4702: unreachable code
  gost_grasshopper_cipher.c(909): warning C4702: unreachable code

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
gost_grasshopper_cipher.c
gost_keyexpimp.c
gost_omac.c
gost_pmeth.c