diff options
-rw-r--r-- | libcrypto.pc.in | 2 | ||||
-rw-r--r-- | libssl.pc.in | 2 | ||||
-rw-r--r-- | libtls.pc.in | 2 |
3 files changed, 3 insertions, 3 deletions
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@ | |||
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: @LIBCRYPTO_VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | 11 | Requires: |
12 | Conflicts: | 12 | Conflicts: |
13 | Libs: -L${libdir} -lcrypto | 13 | 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@ | |||
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: @LIBSSL_VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | 11 | Requires: |
12 | Requires.private: libcrypto | 12 | Requires.private: libcrypto |
13 | Conflicts: | 13 | 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@ | |||
7 | 7 | ||
8 | Name: LibreSSL-libtls | 8 | Name: LibreSSL-libtls |
9 | Description: Secure communications using the TLS socket protocol. | 9 | Description: Secure communications using the TLS socket protocol. |
10 | Version: @LIBTLS_VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | 11 | Requires: |
12 | Requires.private: libcrypto libssl | 12 | Requires.private: libcrypto libssl |
13 | Conflicts: | 13 | Conflicts: |