Bug #6094
closed
[OpenSSL] wrong argument of rsa_generate()
Added by nobu (Nobuyoshi Nakada) almost 13 years ago.
Updated over 12 years ago.
Description
=begin
Seems the type of second argument of ((%ext/openssl/ossl_pkey_rsa.c%)):(({rsa_generate()})) should be (({unsigned long})), not (({int})).
=end
Files
- Status changed from Open to Assigned
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r35102.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.
[Bug #6094]
- Status changed from Closed to Open
- % Done changed from 100 to 0
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r35117.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
Refix Bug #6094: use unsigned long integer literal.
- ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.
[Bug #6094]
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0