Ruby
2.0.0p247(2013-06-27revision41674)
|
00001 /* 00002 * $Id: ossl_engine.h 25189 2009-10-02 12:04:37Z akr $ 00003 * 'OpenSSL for Ruby' project 00004 * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> 00005 * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> 00006 * All rights reserved. 00007 */ 00008 /* 00009 * This program is licenced under the same licence as Ruby. 00010 * (See the file 'LICENCE'.) 00011 */ 00012 #if !defined(OSSL_ENGINE_H) 00013 #define OSSL_ENGINE_H 00014 00015 extern VALUE cEngine; 00016 extern VALUE eEngineError; 00017 00018 void Init_ossl_engine(void); 00019 00020 #endif /* OSSL_ENGINE_H */ 00021