]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Add static to functions that not need to be exported
authorVitaly Chikunov <vt@altlinux.org>
Wed, 13 May 2020 02:10:57 +0000 (05:10 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 13 May 2020 17:12:23 +0000 (20:12 +0300)
commit6036eb9be5403af769f211b1056d34bf65028aea
tree5a40ab0989760f22670249f0b4bdf9ca8f31d4cc
parent970934039a4481b67c9c6433e20ca3002098cae6
Add static to functions that not need to be exported

After registration rework many callbacks not need to be exported. Also,
some functions inconsistently declared static in headers and non-static
in the code. Finally, some functions just not need to be exported.
gost_crypt.c
gost_grasshopper_cipher.c
gost_grasshopper_cipher.h
gost_keyexpimp.c
gost_md.c
gost_omac.c
gost_omac_acpkm.c