aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509revoked.c
diff options
context:
space:
mode:
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;