add minimal installation type

This commit is contained in:
berkeviktor@aol.com
2010-11-14 23:13:48 +01:00
parent 41c46911d1
commit c205b14721
2 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ sha256_hash_string (unsigned char hash[SHA256_DIGEST_LENGTH], char outputBuffer[
int i;
for (i = 0; i < SHA256_DIGEST_LENGTH; i++)
{
sprintf(outputBuffer + (i * 2), "%02x", hash[i]);
sprintf (outputBuffer + (i * 2), "%02x", hash[i]);
}
outputBuffer[64] = 0;
}
@@ -104,7 +104,7 @@ sha256_file (char *path, char outputBuffer[65])
}
int
dccrecv_cb(char *word[], void *userdata)
dccrecv_cb (char *word[], void *userdata)
{
char sum[65];
@@ -117,7 +117,7 @@ dccrecv_cb(char *word[], void *userdata)
}
int
dccoffer_cb(char *word[], void *userdata)
dccoffer_cb (char *word[], void *userdata)
{
char sum[65];