diff --git a/libcrypto.pc.in b/libcrypto.pc.in index f44e3aa..4e886b9 100644 --- a/libcrypto.pc.in +++ b/libcrypto.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ Name: LibreSSL-libssl Description: Secure Sockets Layer and cryptography libraries -Version: @LIBCRYPTO_VERSION@ +Version: @VERSION@ Requires: Conflicts: Libs: -L${libdir} -lcrypto diff --git a/libssl.pc.in b/libssl.pc.in index 1800264..43b8bb7 100644 --- a/libssl.pc.in +++ b/libssl.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ Name: LibreSSL-libssl Description: Secure Sockets Layer and cryptography libraries -Version: @LIBSSL_VERSION@ +Version: @VERSION@ Requires: Requires.private: libcrypto Conflicts: diff --git a/libtls.pc.in b/libtls.pc.in index 64d7457..19e6b32 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ Name: LibreSSL-libtls Description: Secure communications using the TLS socket protocol. -Version: @LIBTLS_VERSION@ +Version: @VERSION@ Requires: Requires.private: libcrypto libssl Conflicts: