diff options
-rw-r--r-- | ext/openssl/ossl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index d27e56dca7..00ed7c0c23 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -1165,10 +1165,10 @@ Init_openssl(void) #if defined(LIBRESSL_VERSION_NUMBER) /* * Version number of LibreSSL the ruby OpenSSL extension was built with - * (base 16). The format is <tt>0xMNNFFPPS (major minor fix patch + * (base 16). The format is <tt>0xMNNFF00f (major minor fix 00 * status)</tt>. This constant is only defined in LibreSSL cases. * - * See also the man page OPENSSL_VERSION_NUMBER(3). + * See also the man page LIBRESSL_VERSION_NUMBER(3). */ rb_define_const(mOSSL, "LIBRESSL_VERSION_NUMBER", INT2NUM(LIBRESSL_VERSION_NUMBER)); #endif |