From b3f225a70dd05b15dd617f7e6a687a81232b71f0 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 10 Nov 2012 17:26:50 +0100 Subject: Comment out one more unused thing --- plugins/checksum/checksum.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index d190bd03..e5da9dd5 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -68,6 +68,7 @@ sha256_hash_string (unsigned char hash[SHA256_DIGEST_LENGTH], char outputBuffer[ outputBuffer[64] = 0; } +#if 0 static void sha256 (char *string, char outputBuffer[65]) { @@ -85,6 +86,7 @@ sha256 (char *string, char outputBuffer[65]) } outputBuffer[64] = 0; } +#endif static int sha256_file (char *path, char outputBuffer[65]) -- cgit 1.4.1