From 1adc25d6aa245819d57dd817e3a34cc61ec9a37a Mon Sep 17 00:00:00 2001 From: "Michael J. Pounders" Date: Sun, 21 Sep 2014 14:38:00 -0400 Subject: [PATCH] Remove unused offset variable in src/ssl.h --- src/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.h b/src/ssl.h index f88e301..2d86a05 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -125,7 +125,7 @@ static inline void SSLi_hash2hex(uint8_t *hash, char *out) } static inline void SSLi_hex2hash(char *in, uint8_t *hash) { - int i, offset = 0; + int i; char byte[3]; int scanned; -- 2.30.2