summaryrefslogtreecommitdiff
path: root/libtls.pc.in
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-11 07:51:38 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-14 16:59:26 -0600
commit2669771c7e5cbdc41d9996c42e38c5a689e38957 (patch)
tree6700a0dccf2f0d527c5a230ab139ff19697cc8d2 /libtls.pc.in
parentcfa04451151388d3d340d23457dc61d9ed1063cc (diff)
downloadportable-2669771c7e5cbdc41d9996c42e38c5a689e38957.tar.gz
portable-2669771c7e5cbdc41d9996c42e38c5a689e38957.tar.bz2
portable-2669771c7e5cbdc41d9996c42e38c5a689e38957.zip
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@
Diffstat (limited to 'libtls.pc.in')
-rw-r--r--libtls.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtls.pc.in b/libtls.pc.in
index 19e6b32..64d7457 100644
--- a/libtls.pc.in
+++ b/libtls.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
7 7
8Name: LibreSSL-libtls 8Name: LibreSSL-libtls
9Description: Secure communications using the TLS socket protocol. 9Description: Secure communications using the TLS socket protocol.
10Version: @VERSION@ 10Version: @LIBTLS_VERSION@
11Requires: 11Requires:
12Requires.private: libcrypto libssl 12Requires.private: libcrypto libssl
13Conflicts: 13Conflicts: