From: Klas Lindfors Date: Tue, 18 Sep 2012 11:23:35 +0000 (+0200) Subject: remove unused variables X-Git-Tag: v1.8.0~41 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417a57a7e9e0b1fccaa405fd0a45deb3ed9d3f60;p=yubikey-personalization remove unused variables --- diff --git a/ykchalresp.c b/ykchalresp.c index 2ca716a..f85fa9c 100644 --- a/ykchalresp.c +++ b/ykchalresp.c @@ -122,7 +122,6 @@ static int parse_args(int argc, char **argv, if (hex_encoded) { static unsigned char decoded[SHA1_MAX_BLOCK_SIZE]; - int decoded_len; int strl = strlen(argv[optind]); @@ -254,7 +253,6 @@ int main(int argc, char **argv) /* Options */ bool verbose = false; - bool hex_encoded = false; bool hmac = true; bool may_block = true; unsigned char *challenge;