]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - gost_prov.h
Start converting the engine to provider
[openssl-gost/engine.git] / gost_prov.h
1 #ifndef GOST_PROV_H
2 #define GOST_PROV_H
3
4 #define GOST_PROV_VERSION_STR "3.0.0"
5 #define GOST_PROV_FULL_VERSION_STR "3.0.0"
6 #define GOST_PROV_NAME "GOST Provider"
7 /* Basic definitions */
8 typedef void (*funcptr_t)(void);
9
10 /* Digest */
11 extern OSSL_DISPATCH streebog256_funcs[];
12 /* extern OSSL_DISPATCH streebog512_funcs[]; */
13
14 #endif