From 243898972cab95efe4ba46f33ce28dd63c9fce4b Mon Sep 17 00:00:00 2001 From: karel-m <1918753+karel-m@users.noreply.github.com> Date: Mon, 26 Feb 2018 12:55:41 +0100 Subject: [PATCH] Merge pull request #351 from libtom/pr/fix-time_cipher_lrw LTC_EASY & time_cipher_lrw (cherry picked from commit ea5b6cdce9d369dbf070677575c1c1fd6dc78622) --- demos/timing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/timing.c b/demos/timing.c index 14a59df..8f69ed6 100644 --- a/demos/timing.c +++ b/demos/timing.c @@ -466,7 +466,7 @@ static void time_cipher_lrw(void) tally_results(1); } #else -static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); return 0; } +static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); } #endif