Commit 28f04fd6 authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

Remove unused variable.

parent 50a96b62
...@@ -1366,8 +1366,6 @@ struct keydata *keydata_alloc(char *data, size_t len) ...@@ -1366,8 +1366,6 @@ struct keydata *keydata_alloc(char *data, size_t len)
size_t keydata_walk(struct keydata **key, unsigned char **p, size_t cnt) size_t keydata_walk(struct keydata **key, unsigned char **p, size_t cnt)
{ {
size_t ret;
if (*p == NULL) if (*p == NULL)
*p = (*key)->key; *p = (*key)->key;
else if (*p == (*key)->key + KEYBLOCK_LEN) else if (*p == (*key)->key + KEYBLOCK_LEN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment