summaryrefslogtreecommitdiff
path: root/cmd/cmd_sha1.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-20 15:28:07 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-20 15:28:07 +0100
commitf5e6f56a82e56cfd72a0e2f1ce9b583398636545 (patch)
treea8705da438f341dc7a329db964747bf3ad379936 /cmd/cmd_sha1.c
parenteca4a1364bc1313fe0c40c07b7776d3fd8a8e6fc (diff)
downloadagni-f5e6f56a82e56cfd72a0e2f1ce9b583398636545.tar.gz
agni-f5e6f56a82e56cfd72a0e2f1ce9b583398636545.zip
Fixed warnings all over the code
Diffstat (limited to 'cmd/cmd_sha1.c')
-rw-r--r--cmd/cmd_sha1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/cmd_sha1.c b/cmd/cmd_sha1.c
index 4472ed1..d7d06d5 100644
--- a/cmd/cmd_sha1.c
+++ b/cmd/cmd_sha1.c
@@ -4,8 +4,6 @@ void *cmd_sha1(void *data)
{
char *param = (char *)data;
char *ret = NULL;
- int fret=-1;
-
int i;
char hash_result[21];