diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-26 15:08:22 +1100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-26 15:08:22 +1100 |
commit | 3824d7425efbe9eb6fd1acde3613495464ae251e (patch) | |
tree | 193d140e30e08ae623940b6ef44e93d526ba06a8 | |
parent | 577970ab842f7e352048d45fe930ddd21f4190f3 (diff) | |
parent | f7a0f40d52b994d0bca0eacd88b39f71e447c5d9 (diff) | |
download | portable-3824d7425efbe9eb6fd1acde3613495464ae251e.tar.gz portable-3824d7425efbe9eb6fd1acde3613495464ae251e.tar.bz2 portable-3824d7425efbe9eb6fd1acde3613495464ae251e.zip |
Land #1031 - add -lcrypto and -lssl to libtls.pc
Diffstat (limited to '')
-rw-r--r-- | libtls.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtls.pc.in b/libtls.pc.in index d176929..3c49391 100644 --- a/libtls.pc.in +++ b/libtls.pc.in | |||
@@ -9,5 +9,5 @@ Name: LibreSSL-libtls | |||
9 | Description: Secure communications using the TLS socket protocol. | 9 | Description: Secure communications using the TLS socket protocol. |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Libs: -L${libdir} -ltls | 11 | Libs: -L${libdir} -ltls |
12 | Libs.private: @LIBS@ @PLATFORM_LDADD@ | 12 | Libs.private: @LIBS@ @PLATFORM_LDADD@ -lssl -lcrypto |
13 | Cflags: -I${includedir} | 13 | Cflags: -I${includedir} |