aboutsummaryrefslogtreecommitdiff
path: root/gost_grasshopper_cipher.c
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-13 04:41:13 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-13 20:12:23 +0300
commit970934039a4481b67c9c6433e20ca3002098cae6 (patch)
tree5d991a9760c9384acdc1c180377bdd7933d51d1b /gost_grasshopper_cipher.c
parent1d5c8f8d6422049b58dc83e113039e95207edf33 (diff)
downloadgost-engine-970934039a4481b67c9c6433e20ca3002098cae6.zip
gost-engine-970934039a4481b67c9c6433e20ca3002098cae6.tar.gz
gost-engine-970934039a4481b67c9c6433e20ca3002098cae6.tar.bz2
Remove unneeded declarations after registration rework
Diffstat (limited to 'gost_grasshopper_cipher.c')
-rw-r--r--gost_grasshopper_cipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_grasshopper_cipher.c b/gost_grasshopper_cipher.c
index 22d632d..22ca717 100644
--- a/gost_grasshopper_cipher.c
+++ b/gost_grasshopper_cipher.c
@@ -929,6 +929,7 @@ int gost_grasshopper_cipher_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *pt
return 1;
}
+/* Called directly by CMAC_ACPKM_Init() */
const GRASSHOPPER_INLINE EVP_CIPHER *cipher_gost_grasshopper_ctracpkm()
{
return GOST_init_cipher(&grasshopper_ctr_acpkm_cipher);