ruby-changes:23141
From: emboss <ko1@a...>
Date: Sat, 31 Mar 2012 12:14:34 +0900 (JST)
Subject: [ruby-changes:23141] emboss:r35191 (ruby_1_9_3): * ext/openssl/ossl_x509cert.c: Fix doc typo.
emboss 2012-03-31 12:12:47 +0900 (Sat, 31 Mar 2012) New Revision: 35191 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35191 Log: * ext/openssl/ossl_x509cert.c: Fix doc typo. Modified files: branches/ruby_1_9_3/ChangeLog branches/ruby_1_9_3/ext/openssl/ossl_x509cert.c Index: ruby_1_9_3/ChangeLog =================================================================== --- ruby_1_9_3/ChangeLog (revision 35190) +++ ruby_1_9_3/ChangeLog (revision 35191) @@ -1,3 +1,7 @@ +Sat Mar 31 12:11:21 2012 Martin Bosslet <Martin.Bosslet@g...> + + * ext/openssl/ossl_x509cert.c: Fix doc typo. + Fri Mar 30 14:17:17 2012 Martin Bosslet <Martin.Bosslet@g...> * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data. Index: ruby_1_9_3/ext/openssl/ossl_x509cert.c =================================================================== --- ruby_1_9_3/ext/openssl/ossl_x509cert.c (revision 35190) +++ ruby_1_9_3/ext/openssl/ossl_x509cert.c (revision 35191) @@ -489,7 +489,7 @@ /* * call-seq: - * cert.not_before = time => time + * cert.not_after = time => time */ static VALUE ossl_x509_set_not_after(VALUE self, VALUE time) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/