diff options
author | Steven McDonald <steven@steven-mcdonald.id.au> | 2017-04-18 00:52:32 +1000 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-04-19 04:01:12 -0500 |
commit | df4451aeec4f1f609b3cb2113b0b39e6b762535f (patch) | |
tree | d2ac9e83dff4657498cfd2904906f169c092dc01 | |
parent | 58e4acdb1970ea7b3ab68b088a491b7b666c04d5 (diff) | |
download | portable-df4451aeec4f1f609b3cb2113b0b39e6b762535f.tar.gz portable-df4451aeec4f1f609b3cb2113b0b39e6b762535f.tar.bz2 portable-df4451aeec4f1f609b3cb2113b0b39e6b762535f.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.
-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: |