aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-30 20:20:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-30 20:20:32 +0000
commit198c2570e740280bf7f00a38d311ade19c27fef7 (patch)
tree4bb3207e3aa7792d216e7d293934d4b3b70bea42 /ext/openssl/ossl_pkey.c
parent72be91b5c0fab9e2c65adf957bafa8cb7a1783b9 (diff)
downloadruby-198c2570e740280bf7f00a38d311ade19c27fef7.tar.gz
* sytle fixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_pkey.c')
-rw-r--r--ext/openssl/ossl_pkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c
index c237a1ec83..43812daa9c 100644
--- a/ext/openssl/ossl_pkey.c
+++ b/ext/openssl/ossl_pkey.c
@@ -98,7 +98,7 @@ ossl_pkey_new_from_file(VALUE filename)
* * +pwd+ is an optional password in case +string+ or +file+ is an encrypted
* PEM resource.
*/
-static VALUE
+static VALUE
ossl_pkey_new_from_data(int argc, VALUE *argv, VALUE self)
{
FILE *fp;