diff libtomcrypt/demos/timing.c @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents 6dba84798cd5
children
line wrap: on
line diff
--- a/libtomcrypt/demos/timing.c	Wed Jun 10 23:01:33 2020 +0800
+++ b/libtomcrypt/demos/timing.c	Wed Jun 10 23:16:13 2020 +0800
@@ -466,7 +466,7 @@
    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