aboutsummaryrefslogtreecommitdiff
path: root/libcrypto.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 /libcrypto.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 'libcrypto.pc.in')
-rw-r--r--libcrypto.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypto.pc.in b/libcrypto.pc.in
index 4e886b9..f44e3aa 100644
--- a/libcrypto.pc.in
+++ b/libcrypto.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
7 7
8Name: LibreSSL-libssl 8Name: LibreSSL-libssl
9Description: Secure Sockets Layer and cryptography libraries 9Description: Secure Sockets Layer and cryptography libraries
10Version: @VERSION@ 10Version: @LIBCRYPTO_VERSION@
11Requires: 11Requires:
12Conflicts: 12Conflicts:
13Libs: -L${libdir} -lcrypto 13Libs: -L${libdir} -lcrypto