* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git] / ext / openssl / ossl_engine.h
blobea2f256912ff0d2b1e20c62e208c663436b7915c
1 /*
2 * $Id$
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'.)
12 #if !defined(OSSL_ENGINE_H)
13 #define OSSL_ENGINE_H
15 extern VALUE cEngine;
16 extern VALUE eEngineError;
18 void Init_ossl_engine(void);
20 #endif /* OSSL_ENGINE_H */