From c2655cdc57314306a2e0e396c6bf24f9615644a4 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 12 Oct 2009 08:46:19 +0200 Subject: [PATCH] Remove unused variable --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 83bb0ab..2d450b7 100644 --- a/src/main.c +++ b/src/main.c @@ -190,7 +190,6 @@ free_mem: static int split_otp(const char *otp, char **user, char **s_otp) { size_t otp_len, i, j; - int r; /* Modhex doubles the length of the string, so grab the last * YUBIKEY_BLOCK_SIZE * 2 octets to get the actual OTP */ otp_len = strlen(otp); -- 2.39.5