From 28b9f11d5a4b878adb50a3e5472ceea8c462ed4a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Sep 2014 05:25:32 +0000 Subject: protoize no-arguments functions git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_x509req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_x509req.c') diff --git a/ext/openssl/ossl_x509req.c b/ext/openssl/ossl_x509req.c index 5927f76d44..a7f5dd2048 100644 --- a/ext/openssl/ossl_x509req.c +++ b/ext/openssl/ossl_x509req.c @@ -438,7 +438,7 @@ ossl_x509req_add_attribute(VALUE self, VALUE attr) * X509_REQUEST init */ void -Init_ossl_x509req() +Init_ossl_x509req(void) { eX509ReqError = rb_define_class_under(mX509, "RequestError", eOSSLError); -- cgit v1.2.3