Merge pull request #351 from libtom/pr/fix-time_cipher_lrw

LTC_EASY & time_cipher_lrw
This commit is contained in:
karel-m 2018-02-26 12:55:41 +01:00 committed by GitHub
commit ea5b6cdce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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