]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_grasshopper.h
Grasshopper && CMake
[openssl-gost/engine.git] / gost_grasshopper.h
diff --git a/gost_grasshopper.h b/gost_grasshopper.h
new file mode 100644 (file)
index 0000000..eb3304f
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * Maxim Tishkov 2016
+ * This file is distributed under the same license as OpenSSL
+ */
+
+#ifndef GOST_GRASSHOPPER_H
+#define GOST_GRASSHOPPER_H
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+#include "gost_grasshopper_defines.h"
+#include "gost_grasshopper_math.h"
+#include "gost_grasshopper_cipher.h"
+#include "gost_grasshopper_precompiled.h"
+#include "gost_grasshopper_core.h"
+
+#if defined(__cplusplus)
+}
+#endif
+
+#endif