aboutsummaryrefslogtreecommitdiff
path: root/src/LibTomMathDesc.c
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2023-02-02 08:40:07 +0100
committerLadislav Zezula <ladislav.zezula@avast.com>2023-02-02 08:40:07 +0100
commit499af55179261b7da6fb01f6947bb1d29bb02074 (patch)
tree6526ce4d24e554ae97b12c7a38cb5b4c2e88a007 /src/LibTomMathDesc.c
parent999ee276cfd7420abaf7566932b591677aff184f (diff)
Progress
Diffstat (limited to 'src/LibTomMathDesc.c')
-rw-r--r--src/LibTomMathDesc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LibTomMathDesc.c b/src/LibTomMathDesc.c
new file mode 100644
index 0000000..574cdfb
--- /dev/null
+++ b/src/LibTomMathDesc.c
@@ -0,0 +1,4 @@
+// This is a source file for WDK build of StormLib
+// It is copied to the root folder during the build process
+
+#include ".\libtomcrypt\src\math\ltm_desc.c"