updating some small things

This commit is contained in:
jakani24
2024-03-11 21:32:29 +01:00
parent 7b54ae3a23
commit e264f4c22a
60 changed files with 5030 additions and 52 deletions

View File

@@ -34,6 +34,7 @@ int md5_file( const char*path, char*md5Hash) {
for (int i = 0; i < MD5_DIGEST_LENGTH; i++) {
snprintf(&md5Hash[i * 2], 3, "%02x", result[i]);
}
return 0;
}
//thread save implementation