summary refs log tree commit diff stats
path: root/plugins/checksum
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-10 17:26:50 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-10 17:26:50 +0100
commitb3f225a70dd05b15dd617f7e6a687a81232b71f0 (patch)
treeffe5b296ecaccb5058a2b33af01129da8b88938d /plugins/checksum
parent9c70eee4cafa267e3aeefc886c08911aba9904df (diff)
Comment out one more unused thing
Diffstat (limited to 'plugins/checksum')
-rw-r--r--plugins/checksum/checksum.c2
1 files changed, 2 insertions, 0 deletions
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])