On 5/2/2018 8:30 AM, Tomas Mraz wrote:
On Wed, 2018-05-02 at 08:19 -0400, Edward Diener wrote:
The latest documentation for OPENSSL_VERSION_NUMBER at
https://www.openssl.org/docs/man1.1.0/crypto/OPENSSL_VERSION_NUMBER.h
tml
says that it is 9 hex digits, with the last nibble being a status
identi
On Wed, 2018-05-02 at 08:19 -0400, Edward Diener wrote:
> The latest documentation for OPENSSL_VERSION_NUMBER at
> https://www.openssl.org/docs/man1.1.0/crypto/OPENSSL_VERSION_NUMBER.h
> tml
> says that it is 9 hex digits, with the last nibble being a status
> identifier, while every use I have
The latest documentation for OPENSSL_VERSION_NUMBER at
https://www.openssl.org/docs/man1.1.0/crypto/OPENSSL_VERSION_NUMBER.html
says that it is 9 hex digits, with the last nibble being a status
identifier, while every use I have seen of it in header files treats it
as 8 hex digits. Can anybody