mirror of
https://github.com/ip7z/7zip.git
synced 2026-01-01 06:10:03 +01:00
8 lines
148 B
C++
8 lines
148 B
C++
// Sha1Prepare.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/Sha1.h"
|
|
|
|
static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;
|