]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - gost-engine.h
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / gost-engine.h
1 /**********************************************************************
2  *                            gost-engine.h                           *
3  *                     GOST engine in library form                    *
4  *                                                                    *
5  *      Copyright (c) 2021 Richard Levitte <richard@levitte.org>      *
6  *     This file is distributed under the same license as OpenSSL     *
7  *                                                                    *
8  **********************************************************************/
9 #ifndef GOST_ENGINE_H
10 # define GOST_ENGINE_H
11
12 void ENGINE_load_gost(void);
13
14 #endif