shithub: tlsclient

Download patch

ref: c7d2daff128ed89c4a64ad6d235f15764e73e5f9
parent: d5ab98d07d8f784cb75428f837435efc0036c802
author: Jacob Moody <moody@posixcafe.org>
date: Mon Oct 16 06:07:39 EDT 2023

deb also needs libpam

--- a/.builds/deb.yml
+++ b/.builds/deb.yml
@@ -6,6 +6,7 @@
 packages:
   - "libssl-dev"
   - "pkg-config"
+  - "libpam-dev"
 tasks:
   - build: | 
       cd tlsclient