Split original ASN.1 code from asn.c into asn_orig.c

Move non-template (WOLFSSL_ASN_ORIGINAL) code into asn_orig.c and include from asn.c.
This commit is contained in:
David Garske
2026-03-08 20:27:37 -07:00
parent 4b8c5247fe
commit 6b1f5ddb92
3 changed files with 9803 additions and 9349 deletions
+209 -9349
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1
View File
@@ -11,6 +11,7 @@ BUILT_SOURCES+= $(ASYNC_FILES)
MAINTAINERCLEANFILES+= $(ASYNC_FILES)
EXTRA_DIST += wolfcrypt/src/misc.c
EXTRA_DIST += wolfcrypt/src/asn_orig.c
EXTRA_DIST += wolfcrypt/src/evp.c
EXTRA_DIST += wolfcrypt/src/evp_pk.c
EXTRA_DIST += wolfcrypt/src/asm.c