mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
Comment out one more unused thing
This commit is contained in:
parent
9c70eee4ca
commit
b3f225a70d
@ -68,6 +68,7 @@ sha256_hash_string (unsigned char hash[SHA256_DIGEST_LENGTH], char outputBuffer[
|
|||||||
outputBuffer[64] = 0;
|
outputBuffer[64] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void
|
static void
|
||||||
sha256 (char *string, char outputBuffer[65])
|
sha256 (char *string, char outputBuffer[65])
|
||||||
{
|
{
|
||||||
@ -85,6 +86,7 @@ sha256 (char *string, char outputBuffer[65])
|
|||||||
}
|
}
|
||||||
outputBuffer[64] = 0;
|
outputBuffer[64] = 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static int
|
static int
|
||||||
sha256_file (char *path, char outputBuffer[65])
|
sha256_file (char *path, char outputBuffer[65])
|
||||||
|
Loading…
Reference in New Issue
Block a user