]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
gosthash2012: Remove redundant `memset' form `init_gost2012_hash_ctx'
authordmitry dulesov <dmitry.dulesov@gmail.com>
Thu, 30 Jan 2020 00:42:48 +0000 (03:42 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sun, 2 Feb 2020 18:05:29 +0000 (21:05 +0300)
commitfd4a24ec4b104e59df7b73da8f0f6487a28865ee
treefd4c0ea3e1af79f717accd725f443beaae109981
parent6ca3db8d47a111dced8858b4e5bda8005bf1500c
gosthash2012: Remove redundant `memset' form `init_gost2012_hash_ctx'

`CTX' is already fully zeroed at the beginning of
`init_gost2012_hash_ctx'.

Committed-by: Vitaly Chikunov <vt@altlinux.org>
gosthash2012.c