mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Squashed commit of the following:
commit 6895f38bfc3c0ad6bd212b8f9acc3c71384dfcb7 Author: Chikanaga Tomoyuki <nagachika00@gmail.com> Date: Thu Nov 14 00:14:00 2013 +0900 * ChangeLog: fix a typo at r43666 * ext/openssl/ossl_asn1.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a369b7f7cb
commit
18358ad8cd
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Wed Nov 13 18:03:00 2013 Zachary Scott <e@zzak.io>
|
||||||
* ext/openssl/ossl_asn1.c: [DOC] Document parts of
|
* ext/openssl/ossl_asn1.c: [DOC] Document parts of
|
||||||
OpenSSL::ASN1::ObjectId included a fix for the class overview, which
|
OpenSSL::ASN1::ObjectId included a fix for the class overview, which
|
||||||
previously showed the documentation for Constructive due to missing
|
previously showed the documentation for Constructive due to missing
|
||||||
ObjectId overview. This patch also includes a note for Primative.
|
ObjectId overview. This patch also includes a note for Primitive.
|
||||||
|
|
||||||
Based on a patch by @vbatts via GH-436
|
Based on a patch by @vbatts via GH-436
|
||||||
https://github.com/ruby/ruby/pull/436
|
https://github.com/ruby/ruby/pull/436
|
||||||
|
|
|
@ -1954,7 +1954,7 @@ do{\
|
||||||
|
|
||||||
/* Document-class: OpenSSL::ASN1::ObjectId
|
/* Document-class: OpenSSL::ASN1::ObjectId
|
||||||
*
|
*
|
||||||
* Represents the primative object id for OpenSSL::ASN1
|
* Represents the primitive object id for OpenSSL::ASN1
|
||||||
*/
|
*/
|
||||||
#if 0
|
#if 0
|
||||||
cASN1ObjectId = rb_define_class_under(mASN1, "ObjectId", cASN1Primitive); /* let rdoc know */
|
cASN1ObjectId = rb_define_class_under(mASN1, "ObjectId", cASN1Primitive); /* let rdoc know */
|
||||||
|
|
Loading…
Add table
Reference in a new issue