Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
45aab4d1
Commit
45aab4d1
authored
Jan 19, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fat-arm.c: Fix declarations of chacha_core functions.
parent
ff68c47c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ChangeLog
ChangeLog
+2
-0
fat-arm.c
fat-arm.c
+2
-2
No files found.
ChangeLog
View file @
45aab4d1
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
...
...
fat-arm.c
View file @
45aab4d1
...
...
@@ -172,8 +172,8 @@ DECLARE_FAT_FUNC_VAR(umac_nh_n, umac_nh_n_func, c);
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment