aboutsummaryrefslogtreecommitdiff
path: root/libtls.pc.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the individual library versions in LibreSSL pc filesBrent Cook2014-12-141-1/+1
| | | | | | | | | | | | | | | | | 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@
* add support for building libtlsBrent Cook2014-12-061-0/+16
Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@