aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-03-31 15:18:37 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-03-31 17:26:07 +0900
commit69f89d4ae967f87e355dbbe05fbc039a083b6792 (patch)
tree38daf78bc00c63d6fa0cc2257d49f4310cb0a179
parentd9e5cbf5962c2a561a37574529eec43b98b0ea7e (diff)
downloadruby-openssl-69f89d4ae967f87e355dbbe05fbc039a083b6792.tar.gz
Enclose the code that was accidentally a link in "tt"
(cherry picked from commit ruby/ruby@66d2fc7989d741bf5a73286233139901cecb4fc2)
-rw-r--r--ext/openssl/ossl_asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c
index 9eb1826f..b4b28532 100644
--- a/ext/openssl/ossl_asn1.c
+++ b/ext/openssl/ossl_asn1.c
@@ -1510,7 +1510,7 @@ Init_ossl_asn1(void)
*
* An Array that stores the name of a given tag number. These names are
* the same as the name of the tag constant that is additionally defined,
- * e.g. UNIVERSAL_TAG_NAME[2] = "INTEGER" and OpenSSL::ASN1::INTEGER = 2.
+ * e.g. +UNIVERSAL_TAG_NAME[2] = "INTEGER"+ and +OpenSSL::ASN1::INTEGER = 2+.
*
* == Example usage
*