File: gost-engine.h

package info (click to toggle)
libengine-gost-openssl 3.0.2-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 8,504 kB
  • sloc: ansic: 153,831; tcl: 6,237; perl: 984; sh: 188; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (3)
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