shithub: tlsclient

Download patch

ref: 2707b65003cbbc8c1c8990e0b3475f13b424cb28
parent: fbc5fd4c65da6fb2050b257b5587b184fe35cf64
author: Jacob Moody <moody@posixcafe.org>
date: Mon Oct 16 05:57:47 EDT 2023

update obsd ci to use openssl31

--- a/.builds/obsd.yml
+++ b/.builds/obsd.yml
@@ -2,10 +2,10 @@
 sources:
   - https://git.sr.ht/~moody/tlsclient
 packages:
-  - "openssl-1.1.1t"
+  - "openssl-3.1.0p1"
 artifacts:
   - tlsclient/obsd.tar.gz
 tasks:
   - build: |
       cd tlsclient
-      OPENSSL=eopenssl11 make -j $(sysctl -n hw.ncpu) obsd.tar.gz
+      OPENSSL=eopenssl31 make -j $(sysctl -n hw.ncpu) obsd.tar.gz