summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_rand.c
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2014-09-30 05:25:32 +0000
committernobu <nobu@ruby-lang.org>2014-09-30 05:25:32 +0000
commit07f6d1f289579bcda8cba9b5491e529acf846e24 (patch)
treec04070d66a766cf24db7afc6fad8455f24a71b42 /ext/openssl/ossl_rand.c
parentc5e61e9f28108bc8fbf9f41b5d52e395c0d128cb (diff)
downloadruby-openssl-history-07f6d1f289579bcda8cba9b5491e529acf846e24.tar.gz
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_rand.c')
-rw-r--r--ext/openssl/ossl_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_rand.c b/ext/openssl/ossl_rand.c
index 270a4b7..d77eb79 100644
--- a/ext/openssl/ossl_rand.c
+++ b/ext/openssl/ossl_rand.c
@@ -179,7 +179,7 @@ ossl_rand_status(VALUE self)
* INIT
*/
void
-Init_ossl_rand()
+Init_ossl_rand(void)
{
#if 0
mOSSL = rb_define_module("OpenSSL"); /* let rdoc know about mOSSL */