Jun Aruga b5d0374635
[ruby/openssl] Fix LIBRESSL_VERSION_NUMBER document mistake.
* Fix the wrong man reference.
* According to the LIBRESSL_VERSION_NUMBER(3), the value always ends with 00f.

```
$ man -M /home/jaruga/.local/libressl-6650dce/share/man/ 3 LIBRESSL_VERSION_NUMBER
...
DESCRIPTION
     OPENSSL_VERSION_NUMBER and LIBRESSL_VERSION_NUMBER are numeric release version
     identifiers.  The first two digits contain the major release number, the third and
     fourth digits the minor release number, and the fifth and sixth digits the fix re‐
     lease number.  For OpenSSL, the seventh and eight digits contain the patch release
     number and the final digit is 0 for development, 1 to e for betas 1 to 14, or f
     for release.  For LibreSSL, OPENSSL_VERSION_NUMBER is always 0x020000000, and
     LIBRESSL_VERSION_NUMBER always ends with 00f.
```

https://github.com/ruby/openssl/commit/296c859d18
2023-08-25 18:34:47 +09:00
..
2023-02-28 09:09:00 -08:00
2023-02-28 09:09:00 -08:00
2023-02-28 09:09:00 -08:00
2023-04-21 04:21:05 +00:00
2023-07-19 00:02:58 +09:00
2023-05-25 09:11:36 +00:00
2023-02-28 09:09:00 -08:00
2023-08-25 17:27:53 +09:00
2019-07-14 01:31:29 +09:00
2023-08-02 18:18:17 +09:00
2022-07-21 09:42:04 -07:00