Comment out one more unused thing

This commit is contained in:
Berke Viktor 2012-11-10 17:26:50 +01:00
parent 9c70eee4ca
commit b3f225a70d
1 changed files with 2 additions and 0 deletions

View File

@ -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])