setting up vs
This commit is contained in:
7
src/client_backend/md5hash.h
Normal file
7
src/client_backend/md5hash.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma warning(disable:4996)
|
||||
#pragma once
|
||||
#include <openssl/md5.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
int md5_file(const char* path, char* md5Hash);
|
||||
Reference in New Issue
Block a user