From c9a16e661a951e41ddec2fbee9be5ebf9531521f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 10 Nov 2022 14:44:54 +0800 Subject: [PATCH] Enable DSS in CI so the tests still work --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e632f07..2d039df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,6 +135,7 @@ jobs: - name: localoptions run: | echo "$LOCALOPTIONS" > localoptions.h + echo "#define DROPBEAR_DSS 1" >> localoptions.h cat localoptions.h - name: nondefault @@ -199,6 +200,8 @@ jobs: # Sanity check that the binary runs - name: genrsa run: ~/inst/bin/dropbearkey -t rsa -f testrsa + - name: gendss + run: ~/inst/bin/dropbearkey -t dss -f testdss - name: genecdsa256 run: ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 - name: genecdsa384