[RAPPS] Remove conversion helper that is now obsolete. #179

This commit is contained in:
Amine Khaldi 2017-12-25 20:57:04 +01:00
parent 9ce192a807
commit c5e033e643

View file

@ -6,15 +6,11 @@
* COPYRIGHT: Copyright Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
* Copyright Mark Jansen
*/
#include "rapps.h"
#include <sha1.h>
BOOL VerifyInteg(const ATL::CStringW &SHA1Hash, const ATL::CStringW &FileName)
{
return VerifyInteg(SHA1Hash.GetString(), FileName.GetString());
}
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName)
{
BOOL ret = FALSE;