diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-30 05:25:32 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-30 05:25:32 +0000 |
commit | 28b9f11d5a4b878adb50a3e5472ceea8c462ed4a (patch) | |
tree | 0089b9a1bce84d5ec72badeae44b4e08f08a9c33 /ext/openssl/ossl_x509revoked.c | |
parent | cf5450bb7c86c4eb83f0d468c73d987e4a3e7344 (diff) |
protoize no-arguments functions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_x509revoked.c')
-rw-r--r-- | ext/openssl/ossl_x509revoked.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_x509revoked.c b/ext/openssl/ossl_x509revoked.c index 320abaa7ae..c98a95ea27 100644 --- a/ext/openssl/ossl_x509revoked.c +++ b/ext/openssl/ossl_x509revoked.c @@ -209,7 +209,7 @@ ossl_x509revoked_add_extension(VALUE self, VALUE ext) * INIT */ void -Init_ossl_x509revoked() +Init_ossl_x509revoked(void) { eX509RevError = rb_define_class_under(mX509, "RevokedError", eOSSLError); |