Ruby
2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
ext
openssl
ossl_engine.h
Go to the documentation of this file.
1
/*
2
* 'OpenSSL for Ruby' project
3
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
4
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
5
* All rights reserved.
6
*/
7
/*
8
* This program is licensed under the same licence as Ruby.
9
* (See the file 'LICENCE'.)
10
*/
11
#if !defined(OSSL_ENGINE_H)
12
#define OSSL_ENGINE_H
13
14
extern
VALUE
cEngine
;
15
extern
VALUE
eEngineError
;
16
17
void
Init_ossl_engine
(
void
);
18
19
#endif
/* OSSL_ENGINE_H */
eEngineError
VALUE eEngineError
Definition:
ossl_engine.c:44
cEngine
VALUE cEngine
Definition:
ossl_engine.c:39
Init_ossl_engine
void Init_ossl_engine(void)
Definition:
ossl_engine.c:529
VALUE
unsigned long VALUE
Definition:
rb_mjit_min_header-2.7.7.h:4026
Generated by
1.9.2