Remove unused offset variable in src/ssl.h
authorMichael J. Pounders <snowblind@bellsouth.net>
Sun, 21 Sep 2014 18:38:00 +0000 (14:38 -0400)
committerMichael J. Pounders <snowblind@bellsouth.net>
Sun, 21 Sep 2014 18:38:00 +0000 (14:38 -0400)
src/ssl.h

index f88e3017a8f80606623ba1206e28043a7bb38db5..2d86a0552bdcb5bc518cb2cb94932bb62f73e5a5 100644 (file)
--- 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;