aboutsummaryrefslogtreecommitdiff
path: root/gost-engine.h
blob: da292c3aa067f3bd77fc0a2742b4b2fe0e82b5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**********************************************************************
 *                            gost-engine.h                           *
 *                     GOST engine in library form                    *
 *                                                                    *
 *      Copyright (c) 2021 Richard Levitte <richard@levitte.org>      *
 *     This file is distributed under the same license as OpenSSL     *
 *                                                                    *
 **********************************************************************/
#ifndef GOST_ENGINE_H
# define GOST_ENGINE_H

void ENGINE_load_gost(void);

#endif