Hi Tianjia, On Fri, 2021-07-16 at 17:22 +0800, Tianjia Zhang wrote: > diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml > index 088c041..17407ff 100644 > --- a/.github/workflows/ci.yml > +++ b/.github/workflows/ci.yml > @@ -17,6 +17,7 @@ jobs: > ARCH: i386 > TSS: tpm2-tss > VARIANT: i386 > + OPENSSL3: true > > # cross compilation builds > - container: "debian:stable" > @@ -51,6 +52,7 @@ jobs: > env: > CC: clang > TSS: ibmtss > + OPENSSL3: true I haven't had a chance to look at the entire patch, but defining OPENSSL3 kind of stood out. Just as "CC" and "TSS" are generic, I'd prefer something more generic here. In the past there was a request to support Libressl, which never materialized. thanks, Mimi