Edit

kc3-lang/libressl

Branch :

  • Show log

    Commit

  • Author : Brent Cook
    Date : 2014-12-11 07:51:38
    Hash : 2669771c
    Message : Use the individual library versions in LibreSSL pc files Previously, they were all using the portable package version, rather than the individual library versions. openssl(1)'s pc file represents the LibreSSL-portable release however. $ pkg-config --modversion libtls 1:0:0 $ pkg-config --modversion openssl 2.1.2 $ pkg-config --modversion libssl 30:0:0 $ pkg-config --modversion libcrypto 30:3:0 ok beck@ deraadt@