* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git] / ext / openssl / ossl_rand.h
blobce2ae0d129b23a5936f1a5c644eed9c10149381c
1 /*
2 * $Id$
3 * 'OpenSSL for Ruby' project
4 * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
5 * All rights reserved.
6 */
7 /*
8 * This program is licenced under the same licence as Ruby.
9 * (See the file 'LICENCE'.)
11 #if !defined(_OSSL_RAND_H_)
12 #define _OSSL_RAND_H_
14 extern VALUE mRandom;
15 extern VALUE eRandomError;
17 void Init_ossl_rand(void);
19 #endif /* _OSSL_RAND_H_ */