2019-01-19 Niels Möller <nisse@lysator.liu.se>
+ * fat-arm.c: Fix declarations of chacha_core functions.
+
From Yuriy M. Kaminskiy:
* fat-setup.h (chacha_core_func): New typedef.
* fat-arm.c (fat_init): Enable choice between
DECLARE_FAT_FUNC_VAR(umac_nh_n, umac_nh_n_func, neon);
DECLARE_FAT_FUNC(_nettle_chacha_core, chacha_core_func)
-DECLARE_FAT_FUNC_VAR(_chacha_core, chacha_core_func, c);
-DECLARE_FAT_FUNC_VAR(_chacha_core, chacha_core_func, neon);
+DECLARE_FAT_FUNC_VAR(chacha_core, chacha_core_func, c);
+DECLARE_FAT_FUNC_VAR(chacha_core, chacha_core_func, neon);
static void CONSTRUCTOR
fat_init (void)