From 7fd9aa2797e6ed011a8187cfe3162fbaa4b19730 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 4 Nov 2014 19:54:32 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libkeccak/digest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libkeccak/digest.h b/src/libkeccak/digest.h index 0283220..286dbb1 100644 --- a/src/libkeccak/digest.h +++ b/src/libkeccak/digest.h @@ -57,7 +57,7 @@ int libkeccak_digest(libkeccak_state_t* restrict state, char* restrict msg, size * @param state The hashing state * @param times The number of rounds */ -inline __attribute__((nonnull, nothrow, artificial, gnu_inline)) +__attribute__((nonnull, nothrow)) void libkeccak_simple_squeeze(libkeccak_state_t* restrict state, long times); @@ -67,7 +67,7 @@ void libkeccak_simple_squeeze(libkeccak_state_t* restrict state, long times); * @param state The hashing state * @param times The number of digests */ -inline __attribute__((nonnull, nothrow, artificial, gnu_inline)) +__attribute__((nonnull, nothrow)) void libkeccak_fast_squeeze(libkeccak_state_t* restrict state, long times); -- cgit v1.2.3-70-g09d2