aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_ec.c
diff options
context:
space:
mode:
authorsvn <svn@ruby-lang.org>2016-08-29 05:47:11 +0000
committerKazuki Yamaguchi <k@rhe.jp>2016-08-29 21:32:44 +0900
commit2c1b51fb01f8e11afee5f29efda622ad336dcd94 (patch)
treeff211fbefd0f2d0d10222647eb1d5ff6211ef829 /ext/openssl/ossl_pkey_ec.c
parent41018cc0d1d10f40167c287dd73c4c722b72aafc (diff)
downloadruby-openssl-2c1b51fb01f8e11afee5f29efda622ad336dcd94.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_pkey_ec.c')
-rw-r--r--ext/openssl/ossl_pkey_ec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/openssl/ossl_pkey_ec.c b/ext/openssl/ossl_pkey_ec.c
index 1b7705fd..9a884c7e 100644
--- a/ext/openssl/ossl_pkey_ec.c
+++ b/ext/openssl/ossl_pkey_ec.c
@@ -951,7 +951,7 @@ ossl_ec_group_initialize_copy(VALUE self, VALUE other)
return self;
}
-/*
+/*
* call-seq:
* group1.eql?(group2) => true | false
* group1 == group2 => true | false
@@ -972,7 +972,7 @@ static VALUE ossl_ec_group_eql(VALUE a, VALUE b)
return Qtrue;
}
-/*
+/*
* call-seq:
* group.generator => ec_point
*
@@ -1128,7 +1128,7 @@ static VALUE ossl_s_builtin_curves(VALUE self)
return ret;
}
-/*
+/*
* call-seq:
* group.asn1_flag -> Integer
*