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.
This commit is contained in:
parent
9d2418ae3a
commit
7ec0510e33
@ -5,8 +5,8 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: LibreSSL-libssl
|
||||
Description: Secure Sockets Layer and cryptography libraries
|
||||
Name: LibreSSL-libcrypto
|
||||
Description: LibreSSL cryptography library
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Conflicts:
|
||||
|
Loading…
Reference in New Issue
Block a user