logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 75ec124c678236aacac26b5415417af6337c8098
parent f88817fbb5dd7807b02dc1b97a13508b6da5e283
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  5 May 2021 22:44:48 -0700

x509cert: Add headers

Diffstat:

Mpkg/x509cert/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/x509cert/gen.lua b/pkg/x509cert/gen.lua @@ -5,6 +5,7 @@ cflags{ } pkg.deps = {'pkg/bearssl/headers'} +pkg.hdrs = copy('$outdir/include', '$srcdir', {'asn1.h', 'x509cert.h'}) lib('libx509cert.a', { 'asn1.c',