Skip to content

Commit 4754bf1

Browse files
committed
Fix for line length issues (did not touch functions or comments that exceed 80). Fix for missing brace with WOLFTPM_USE_SYMMETRIC and added test for it.
1 parent 932499f commit 4754bf1

File tree

2 files changed

+148
-101
lines changed

2 files changed

+148
-101
lines changed

.github/workflows/make-test-swtpm.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,16 @@ jobs:
240240
make check
241241
WOLFSSL_PATH=./wolfssl NO_PUBASPRIV=1 ./examples/run_examples.sh
242242
243+
# test with symmetric encryption
244+
- name: configure symmetric
245+
run: ./configure --enable-swtpm CFLAGS="-DWOLFTPM_USE_SYMMETRIC"
246+
- name: make symmetric
247+
run: make
248+
- name: make check symmetric
249+
run: |
250+
make check
251+
WOLFSSL_PATH=./wolfssl ./examples/run_examples.sh
252+
243253
# capture logs on failure
244254
- name: Upload failure logs
245255
if: failure()

0 commit comments

Comments
 (0)