Files
easy7zip/CPP/Common/Sha1Prepare.cpp
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

8 lines
148 B
C++
Executable File

// Sha1Prepare.cpp
#include "StdAfx.h"
#include "../../C/Sha1.h"
static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;