diff options
author | Steven McDonald <steven@steven-mcdonald.id.au> | 2017-04-18 00:52:32 +1000 |
---|---|---|
committer | Steven McDonald <steven@steven-mcdonald.id.au> | 2017-04-18 00:52:32 +1000 |
commit | 7ec0510e33ed897b2d6421a6235c563f1953e210 (patch) | |
tree | 039cc0e325ea0471e8a6a5d098c26191af6cdecd /libcrypto.pc.in | |
parent | 9d2418ae3a0b9577fdea0bac90802d8c0147f7f4 (diff) | |
download | portable-7ec0510e33ed897b2d6421a6235c563f1953e210.tar.gz portable-7ec0510e33ed897b2d6421a6235c563f1953e210.tar.bz2 portable-7ec0510e33ed897b2d6421a6235c563f1953e210.zip |
Fix pkg-config metadata for libcrypto
It looks like this was copied and pasted from libssl.pc.in. This patch
identifies it as libcrypto rather than libssl.
Diffstat (limited to 'libcrypto.pc.in')
-rw-r--r-- | libcrypto.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrypto.pc.in b/libcrypto.pc.in index fa9c3a9..1823326 100644 --- a/libcrypto.pc.in +++ b/libcrypto.pc.in | |||
@@ -5,8 +5,8 @@ exec_prefix=@exec_prefix@ | |||
5 | libdir=@libdir@ | 5 | libdir=@libdir@ |
6 | includedir=@includedir@ | 6 | includedir=@includedir@ |
7 | 7 | ||
8 | Name: LibreSSL-libssl | 8 | Name: LibreSSL-libcrypto |
9 | Description: Secure Sockets Layer and cryptography libraries | 9 | Description: LibreSSL cryptography library |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | 11 | Requires: |
12 | Conflicts: | 12 | Conflicts: |