Skip to content

Commit fe7612f

Browse files
authored
Merge pull request #667 from junaruga/wip/doc-LIBRESSL_VERSION_NUMBER
Fix LIBRESSL_VERSION_NUMBER document mistake.
2 parents bff0606 + 296c859 commit fe7612f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/openssl/ossl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,10 +1165,10 @@ Init_openssl(void)
11651165
#if defined(LIBRESSL_VERSION_NUMBER)
11661166
/*
11671167
* Version number of LibreSSL the ruby OpenSSL extension was built with
1168-
* (base 16). The format is <tt>0xMNNFFPPS (major minor fix patch
1168+
* (base 16). The format is <tt>0xMNNFF00f (major minor fix 00
11691169
* status)</tt>. This constant is only defined in LibreSSL cases.
11701170
*
1171-
* See also the man page OPENSSL_VERSION_NUMBER(3).
1171+
* See also the man page LIBRESSL_VERSION_NUMBER(3).
11721172
*/
11731173
rb_define_const(mOSSL, "LIBRESSL_VERSION_NUMBER", INT2NUM(LIBRESSL_VERSION_NUMBER));
11741174
#endif

0 commit comments

Comments
 (0)