7zip/CPP/Common/Sha1Prepare.cpp
Igor Pavlov f19f813537 '21.07'
2022-03-18 15:35:13 +05:00

8 lines
148 B
C++

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