X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost-engine.h;fp=gost-engine.h;h=da292c3aa067f3bd77fc0a2742b4b2fe0e82b5f6;hb=d9a2b2973a1174baa4cecbffc6809764b63de2eb;hp=0000000000000000000000000000000000000000;hpb=cfe735d6ed59489b434ffe6e92181211800e626b;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