aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_rand.h
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-05 10:18:29 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-05 10:18:29 +0000
commit7ad7aa4ecf8b0c5e49a5944cddbacf9e7f691797 (patch)
treeee6279587c44fb5c6694fc93bd608e8b3d3746b3 /ossl_rand.h
parentae4a70a9fe6f6c310dcf904c594f0dad0d337f36 (diff)
downloadruby-openssl-history-7ad7aa4ecf8b0c5e49a5944cddbacf9e7f691797.tar.gz
Rand ported & cleaned
Diffstat (limited to 'ossl_rand.h')
-rw-r--r--ossl_rand.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ossl_rand.h b/ossl_rand.h
new file mode 100644
index 0000000..ce2ae0d
--- /dev/null
+++ b/ossl_rand.h
@@ -0,0 +1,20 @@
+/*
+ * $Id$
+ * 'OpenSSL for Ruby' project
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
+ * All rights reserved.
+ */
+/*
+ * This program is licenced under the same licence as Ruby.
+ * (See the file 'LICENCE'.)
+ */
+#if !defined(_OSSL_RAND_H_)
+#define _OSSL_RAND_H_
+
+extern VALUE mRandom;
+extern VALUE eRandomError;
+
+void Init_ossl_rand(void);
+
+#endif /* _OSSL_RAND_H_ */
+