From 024ddbc9c48427a4e98d9258f6aa5b83205d0c62 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 30 Jul 2021 18:57:28 +0200 Subject: Use inline instead of static inline for non-deprecated functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libkeccak_degeneralise_spec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libkeccak_degeneralise_spec.c') diff --git a/libkeccak_degeneralise_spec.c b/libkeccak_degeneralise_spec.c index d2c4ea5..d92fa61 100644 --- a/libkeccak_degeneralise_spec.c +++ b/libkeccak_degeneralise_spec.c @@ -24,8 +24,7 @@ * @return Zero if `spec` is valid, a `LIBKECCAK_GENERALISED_SPEC_ERROR_*` if an error was found */ int -libkeccak_degeneralise_spec(struct libkeccak_generalised_spec *restrict spec, - struct libkeccak_spec *restrict output_spec) +libkeccak_degeneralise_spec(struct libkeccak_generalised_spec *restrict spec, struct libkeccak_spec *restrict output_spec) { long int state_size, word_size, capacity, bitrate, output; const int have_state_size = spec->state_size != LIBKECCAK_GENERALISED_SPEC_AUTOMATIC; -- cgit v1.2.3-70-g09d2