aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-28 11:57:48 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-28 11:57:48 +0900
commit0947895af93f78d5a5ca6a69765d90e865f2fd39 (patch)
tree590a9ddbf77ba5b82d236a61858f2e3afb74eaea /ext/openssl
parent4c18c159b9df516324496fce09e8e5049d5be3fa (diff)
parent28a24782e3359c96238e9a757d3bea5ae5ec18b9 (diff)
downloadruby-openssl-0947895af93f78d5a5ca6a69765d90e865f2fd39.tar.gz
Merge changes from Ruby trunk r56225..r56492
* ruby-trunk r56225..r56492: (1 commits) (r56492) [DOC] replace Fixnum with Integer [ci skip] Sync-with-trunk: r56492
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/ossl_pkey_ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey_ec.c b/ext/openssl/ossl_pkey_ec.c
index c795c075..5191c0f4 100644
--- a/ext/openssl/ossl_pkey_ec.c
+++ b/ext/openssl/ossl_pkey_ec.c
@@ -1197,7 +1197,7 @@ static VALUE ossl_ec_group_set_seed(VALUE self, VALUE seed)
/*
* call-seq:
- * group.degree => Fixnum
+ * group.degree => integer
*
* See the OpenSSL documentation for EC_GROUP_get_degree()
*/