diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:40:18 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:40:18 -0400 |
| commit | b532eec03c5abda63054f03eeabcd9e4f32845e5 (patch) | |
| tree | 11e306e2f553ecbae98bb627c2f2bbd01f907a01 | |
| parent | Import LibreSSL 3.9.0 (diff) | |
| download | libretls-b532eec03c5abda63054f03eeabcd9e4f32845e5.tar.gz libretls-b532eec03c5abda63054f03eeabcd9e4f32845e5.zip | |
Import LibreSSL 3.9.1
Diffstat (limited to '')
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | libtls.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION index ee9ddd3..cc16e02 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -3.9.0 +3.9.1 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} |