projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336d27b
)
Remove unused offset variable in src/ssl.h
author
Michael J. Pounders
<snowblind@bellsouth.net>
Sun, 21 Sep 2014 18:38:00 +0000
(14:38 -0400)
committer
Michael J. Pounders
<snowblind@bellsouth.net>
Sun, 21 Sep 2014 18:38:00 +0000
(14:38 -0400)
src/ssl.h
patch
|
blob
|
history
diff --git
a/src/ssl.h
b/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;