We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff0606 + 296c859 commit fe7612fCopy full SHA for fe7612f
ext/openssl/ossl.c
@@ -1165,10 +1165,10 @@ Init_openssl(void)
1165
#if defined(LIBRESSL_VERSION_NUMBER)
1166
/*
1167
* Version number of LibreSSL the ruby OpenSSL extension was built with
1168
- * (base 16). The format is <tt>0xMNNFFPPS (major minor fix patch
+ * (base 16). The format is <tt>0xMNNFF00f (major minor fix 00
1169
* status)</tt>. This constant is only defined in LibreSSL cases.
1170
*
1171
- * See also the man page OPENSSL_VERSION_NUMBER(3).
+ * See also the man page LIBRESSL_VERSION_NUMBER(3).
1172
*/
1173
rb_define_const(mOSSL, "LIBRESSL_VERSION_NUMBER", INT2NUM(LIBRESSL_VERSION_NUMBER));
1174
#endif
0 commit comments