aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/Sha1Prepare.cpp
blob: 2652f009bab3eabdb5621e7b7c471240a95461fd (plain)
1
2
3
4
5
6
7
// Sha1Prepare.cpp

#include "StdAfx.h"

#include "../../C/Sha1.h"

static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;