aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509req.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_x509req.c
parentbc603852659675cd0c7420dd4d126780f7ba6ee2 (diff)
downloadruby-openssl-history-a5180750f7ab485fba73dd6e9861536adf3b693b.tar.gz
Initial revision
Diffstat (limited to 'ossl_x509req.c')
-rw-r--r--ossl_x509req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_x509req.c b/ossl_x509req.c
index ee7e76d..7208cd0 100644
--- a/ossl_x509req.c
+++ b/ossl_x509req.c
@@ -393,7 +393,7 @@ ossl_x509req_add_attribute(VALUE self, VALUE attr)
void
Init_ossl_x509req(VALUE module)
{
- eX509RequestError = rb_define_class_under(module, "RequestError", rb_eStandardError);
+ eX509RequestError = rb_define_class_under(module, "RequestError", eOSSLError);
cX509Request = rb_define_class_under(module, "Request", rb_cObject);
rb_define_singleton_method(cX509Request, "new", ossl_x509req_s_new, -1);