aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_rand.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
commita5180750f7ab485fba73dd6e9861536adf3b693b (patch)
treecd2cea7862bed69939cb64d20346a3f975b5a9cc /ossl_rand.c
parentbc603852659675cd0c7420dd4d126780f7ba6ee2 (diff)
downloadruby-openssl-history-a5180750f7ab485fba73dd6e9861536adf3b693b.tar.gz
Initial revision
Diffstat (limited to 'ossl_rand.c')
-rw-r--r--ossl_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_rand.c b/ossl_rand.c
index e149fbd..f5fbf9f 100644
--- a/ossl_rand.c
+++ b/ossl_rand.c
@@ -121,6 +121,6 @@ Init_ossl_rand(VALUE module)
rb_define_method(module, "egd", ossl_rand_egd, 1);
rb_define_method(module, "egd_bytes", ossl_rand_egd_bytes, 2);
- eRandomError = rb_define_class_under(module, "RandomError", rb_eStandardError);
+ eRandomError = rb_define_class_under(module, "RandomError", eOSSLError);
}