aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_config.c')
-rw-r--r--ossl_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_config.c b/ossl_config.c
index 01508a9..109c687 100644
--- a/ossl_config.c
+++ b/ossl_config.c
@@ -114,7 +114,7 @@ ossl_config_get_section(VALUE self, VALUE section)
void
Init_ossl_config(VALUE module)
{
- eConfigError = rb_define_class_under(module, "ConfigError", rb_eStandardError);
+ eConfigError = rb_define_class_under(module, "ConfigError", eOSSLError);
cConfig = rb_define_class_under(module, "Config", rb_cObject);