Skip to content

Commit 40bb3e7

Browse files
authored
Merge pull request wolfSSL#9773 from petertorelli/master
cyignore sslSniffer due to main() conflicts
2 parents a0a7625 + c4ef0e5 commit 40bb3e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ $(SEARCH_wolfssl)/mplabx
77
$(SEARCH_wolfssl)/mqx
88
$(SEARCH_wolfssl)/tirtos
99
$(SEARCH_wolfssl)/tests
10+
$(SEARCH_wolfssl)/sslSniffer
1011
$(SEARCH_wolfssl)/testsuite
1112
$(SEARCH_wolfssl)/wolfcrypt/src/port/autosar
1213
$(SEARCH_wolfssl)/zephyr
@@ -26,6 +27,8 @@ $(SEARCH_wolfssl)/wolfcrypt/src/sm3_asm.S
2627
$(SEARCH_wolfssl)/wolfcrypt/src/sp_x86_64_asm.S
2728
$(SEARCH_wolfssl)/wolfcrypt/src/sp_sm2_x86_64_asm.S
2829
$(SEARCH_wolfssl)/wolfcrypt/src/wc_kyber_asm.S
30+
$(SEARCH_wolfssl)/wolfcrypt/src/wc_mldsa_asm.S
31+
$(SEARCH_wolfssl)/wolfcrypt/src/wc_mlkem_asm.S
2932

3033
$(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-aes-asm.S
3134
$(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-curve25519.S

0 commit comments

Comments
 (0)