зеркало из https://github.com/github/ruby.git
* 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:
Родитель
94d0221df4
Коммит
d4f379ad93
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче