diff options
Diffstat (limited to 'cmd_sha1.c')
-rw-r--r-- | cmd_sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ void *cmd_sha1(void *data) hex_result[40]=0x0; - snprintf(buf, buf_size, "SHA1 %s\n",hex_result); + snprintf(buf, buf_size, "sha1 %s\n",hex_result); ret = alloc_new_str(buf); |