diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-10 17:26:50 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-10 17:26:50 +0100 |
commit | b3f225a70dd05b15dd617f7e6a687a81232b71f0 (patch) | |
tree | ffe5b296ecaccb5058a2b33af01129da8b88938d | |
parent | 9c70eee4cafa267e3aeefc886c08911aba9904df (diff) |
Comment out one more unused thing
-rw-r--r-- | plugins/checksum/checksum.c | 2 |
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]) |