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
|
@ -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…
Add table
Add a link
Reference in a new issue