Moving some ASN1 procedures to a separate file.

This commit is contained in:
Pol Henarejos
2022-06-01 09:45:27 +02:00
parent 67efd73a96
commit 199095c204
7 changed files with 123 additions and 78 deletions

View File

@@ -19,6 +19,7 @@
#include "ccid2040.h"
#include <string.h>
#include <stdio.h>
#include "asn1.h"
extern const uintptr_t end_data_pool;
extern const uintptr_t start_data_pool;