Skip to content

Commit 690fb6e

Browse files
authored
Merge pull request #100 from wolfSSL/devin/1750344640-debug-messaging
Add debug messaging system to wolfPKCS11
2 parents 2b8599c + de458ff commit 690fb6e

10 files changed

Lines changed: 1946 additions & 488 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
with:
8484
config: --enable-nss
8585

86+
debug:
87+
uses: ./.github/workflows/build-workflow.yml
88+
with:
89+
config: --enable-debug
90+
8691
#TODO: --disable-aes Enable AES (default: enabled)
8792
#TODO: --disable-aescbc Enable AES-CBC (default: enabled)
8893
#TODO: --disable-sha256 Enable SHA-256 (default: enabled)

0 commit comments

Comments
 (0)