Ruby
2.0.0p648(2015-12-16revision53162)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
openssl
ossl_engine.h
Go to the documentation of this file.
1
/*
2
* $Id: ossl_engine.h 25189 2009-10-02 12:04:37Z akr $
3
* 'OpenSSL for Ruby' project
4
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
5
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
6
* All rights reserved.
7
*/
8
/*
9
* This program is licenced under the same licence as Ruby.
10
* (See the file 'LICENCE'.)
11
*/
12
#if !defined(OSSL_ENGINE_H)
13
#define OSSL_ENGINE_H
14
15
extern
VALUE
cEngine
;
16
extern
VALUE
eEngineError
;
17
18
void
Init_ossl_engine
(
void
);
19
20
#endif
/* OSSL_ENGINE_H */
eEngineError
VALUE eEngineError
Init_ossl_engine
void Init_ossl_engine(void)
Definition:
ossl_engine.c:423
cEngine
VALUE cEngine
VALUE
unsigned long VALUE
Definition:
ruby.h:104
Generated on Sat Dec 30 2017 17:50:06 for Ruby by
1.8.8