mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/ossl_x509cert.c: Fix doc typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94d0221df4
commit
d4f379ad93
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Mar 31 12:05:01 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||
|
||||
* ext/openssl/ossl_x509cert.c: Fix doc typo.
|
||||
|
||||
Sat Mar 31 10:13:24 2012 Sokolov Yura (funny-falcon) <funny.falcon@gmail.com>
|
||||
|
||||
* st.c (st_foreach_check, st_foreach): remove ancient check. This
|
||||
|
|
|
@ -490,7 +490,7 @@ ossl_x509_get_not_after(VALUE self)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* cert.not_before = time => time
|
||||
* cert.not_after = time => time
|
||||
*/
|
||||
static VALUE
|
||||
ossl_x509_set_not_after(VALUE self, VALUE time)
|
||||
|
|
Loading…
Reference in a new issue