Skip to content

Commit d36ddf4

Browse files
authored
Merge pull request #9920 from dgarske/asn_old
Split original ASN.1 code from asn.c into asn_orig.c
2 parents ab8cd6f + 8cd9af3 commit d36ddf4

4 files changed

Lines changed: 9880 additions & 9388 deletions

File tree

examples/async/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ $(OBJDIR)/wolfcrypt/src/fipsv2.o: CFLAGS += -Wno-pedantic
6767
$(OBJDIR)/wolfcrypt/src/selftest.o: CFLAGS += -Wno-pedantic
6868
$(OBJDIR)/wolfcrypt/src/wolfcrypt_first.o: CFLAGS += -Wno-pedantic
6969
$(OBJDIR)/wolfcrypt/src/wolfcrypt_last.o: CFLAGS += -Wno-pedantic
70+
$(OBJDIR)/wolfcrypt/src/asn_orig.o: CFLAGS += -Wno-pedantic
7071

7172
clean:
7273
$(RM) -r $(OBJDIR) $(TARGETS)

0 commit comments

Comments
 (0)