X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost-engine.h;fp=gost-engine.h;h=da292c3aa067f3bd77fc0a2742b4b2fe0e82b5f6;hb=03098348e397b248b340df3c41279f42d8bcb2dc;hp=0000000000000000000000000000000000000000;hpb=9b492b334213ea6dfb76d746e93c4b69a4b36175;p=openssl-gost%2Fengine.git diff --git a/gost-engine.h b/gost-engine.h new file mode 100644 index 0000000..da292c3 --- /dev/null +++ b/gost-engine.h @@ -0,0 +1,14 @@ +/********************************************************************** + * gost-engine.h * + * GOST engine in library form * + * * + * Copyright (c) 2021 Richard Levitte * + * This file is distributed under the same license as OpenSSL * + * * + **********************************************************************/ +#ifndef GOST_ENGINE_H +# define GOST_ENGINE_H + +void ENGINE_load_gost(void); + +#endif