diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:38:57 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:38:57 -0400 |
| commit | 8d787b03543867544b30391691c7c17a9c76d74c (patch) | |
| tree | 2de7b7e74e79e2acb719d258c90ec08c003a03c2 /libtls.pc.in | |
| parent | Import LibreSSL 3.8.3 (diff) | |
| download | libretls-8d787b03543867544b30391691c7c17a9c76d74c.tar.gz libretls-8d787b03543867544b30391691c7c17a9c76d74c.zip | |
Import LibreSSL 3.8.4
Diffstat (limited to 'libtls.pc.in')
| -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 Description: Secure communications using the TLS socket protocol. Version: @VERSION@ Libs: -L${libdir} -ltls -Libs.private: @LIBS@ @PLATFORM_LDADD@ +Libs.private: @LIBS@ @PLATFORM_LDADD@ -lssl -lcrypto Cflags: -I${includedir} |