aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/Sha1Prepare.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Common/Sha1Prepare.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/CPP/Common/Sha1Prepare.cpp b/CPP/Common/Sha1Prepare.cpp
new file mode 100644
index 0000000..2652f00
--- /dev/null
+++ b/CPP/Common/Sha1Prepare.cpp
@@ -0,0 +1,7 @@
1// Sha1Prepare.cpp
2
3#include "StdAfx.h"
4
5#include "../../C/Sha1.h"
6
7static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;