diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-11 07:51:38 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-14 16:59:26 -0600 |
commit | 2669771c7e5cbdc41d9996c42e38c5a689e38957 (patch) | |
tree | 6700a0dccf2f0d527c5a230ab139ff19697cc8d2 /libcrypto.pc.in | |
parent | cfa04451151388d3d340d23457dc61d9ed1063cc (diff) | |
download | portable-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.in | 2 |
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 | ||
8 | Name: LibreSSL-libssl | 8 | Name: LibreSSL-libssl |
9 | Description: Secure Sockets Layer and cryptography libraries | 9 | Description: Secure Sockets Layer and cryptography libraries |
10 | Version: @VERSION@ | 10 | Version: @LIBCRYPTO_VERSION@ |
11 | Requires: | 11 | Requires: |
12 | Conflicts: | 12 | Conflicts: |
13 | Libs: -L${libdir} -lcrypto | 13 | Libs: -L${libdir} -lcrypto |