mirror of https://github.com/xfarrow/dircomp.git
Removed debug instructions
This commit is contained in:
parent
b7efa99c55
commit
756ce9d0fd
|
@ -397,11 +397,6 @@ unsigned char* sha1(char *filename){
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
EVP_MD_CTX_free(mdctx);
|
EVP_MD_CTX_free(mdctx);
|
||||||
// print the result in hexadecimal format
|
|
||||||
for (i = 0; i < digest_len; i++) {
|
|
||||||
printf("%02x", hash[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue