aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509revoked.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-03-05 15:05:29 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-03-05 15:05:29 +0000
commit3c8abbf103555809d110c21f89de60869a4a6bea (patch)
tree71beab86d7d0e6fc143a6d5c55a25cc2a75e0b6f /ossl_x509revoked.c
parent59dd8c5696d83aff78c506d2a161ea4ffb404088 (diff)
downloadruby-openssl-history-3c8abbf103555809d110c21f89de60869a4a6bea.tar.gz
* WARNING! All to_str methods are not used any longer (use to_text instead)
* made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
Diffstat (limited to 'ossl_x509revoked.c')
-rw-r--r--ossl_x509revoked.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossl_x509revoked.c b/ossl_x509revoked.c
index be07ed6..efe532e 100644
--- a/ossl_x509revoked.c
+++ b/ossl_x509revoked.c
@@ -225,7 +225,7 @@ ossl_x509revoked_set_extensions(VALUE self, VALUE ary)
return ary;
}
-static VALUE
+static VALUE
ossl_x509revoked_add_extension(VALUE self, VALUE ext)
{
ossl_x509revoked *revp = NULL;