Project

General

Profile

Bug #4419 » ssl_rdoc.patch

rdoc の call-seq: のメソッド名が正しくない - ohai (Ippei Obayashi), 02/22/2011 12:17 AM

View differences:

ext/openssl/ossl_cipher.c
/*
* call-seq:
* cipher.key_length = integer -> integer
* cipher.key_len = integer -> integer
*
* Sets the key length of the cipher. If the cipher is a fixed length cipher then attempting to set the key
* length to any value other than the fixed value is an error.
......
#if 0
/*
* call-seq:
* cipher.key_length -> integer
* cipher.key_len -> integer
*
*/
static VALUE ossl_cipher_key_length() { }
/*
* call-seq:
* cipher.iv_length -> integer
* cipher.iv_len -> integer
*
*/
static VALUE ossl_cipher_iv_length() { }
(2-2/2)