Ruby  1.9.3p547(2014-05-14revision45962)
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 */
VALUE eEngineError
void Init_ossl_engine(void)
Definition: ossl_engine.c:405
VALUE cEngine
unsigned long VALUE
Definition: ruby.h:88