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