diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:39:52 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:39:52 -0400 |
| commit | 8de0a43b1db624a766efd3d78a60403e77ce39e0 (patch) | |
| tree | 630a8490c3773b78d50582691dff4d9c60a607d4 /libtls.pc.in | |
| parent | Import LibreSSL 3.8.4 (diff) | |
| download | libretls-8de0a43b1db624a766efd3d78a60403e77ce39e0.tar.gz libretls-8de0a43b1db624a766efd3d78a60403e77ce39e0.zip | |
Import LibreSSL 3.9.0
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 3c49391..d176929 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@ -lssl -lcrypto +Libs.private: @LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir} |