]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
gost_ec_keyx: Remove redundant code 181/head
authorVitaly Chikunov <vt@altlinux.org>
Tue, 15 Oct 2019 16:28:40 +0000 (19:28 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Tue, 15 Oct 2019 17:39:46 +0000 (20:39 +0300)
commitb2088dd3c7c7a7d8f88ea624fd931b1808a7cfc3
tree6b59670d4ebcd1ac03fc3e36ce46dc3e0dec27dc
parenta57bcd50c280fd2c48fd28de93dd94023ebdc980
gost_ec_keyx: Remove redundant code

This `if' statement is redundant since ce40d60 ("Bugfix.")

get_gost_engine_param() have no side effects and `param' is set to
`gost_cipher_list' only if already equal to `gost_cipher_list'.
gost_ec_keyx.c