]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_prov.h
Start converting the engine to provider
[openssl-gost/engine.git] / gost_prov.h
diff --git a/gost_prov.h b/gost_prov.h
new file mode 100644 (file)
index 0000000..19530cc
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef GOST_PROV_H
+#define GOST_PROV_H
+
+#define GOST_PROV_VERSION_STR "3.0.0"
+#define GOST_PROV_FULL_VERSION_STR "3.0.0"
+#define GOST_PROV_NAME "GOST Provider"
+/* Basic definitions */
+typedef void (*funcptr_t)(void);
+
+/* Digest */
+extern OSSL_DISPATCH streebog256_funcs[];
+/* extern OSSL_DISPATCH streebog512_funcs[]; */
+
+#endif