asn1: Test x690 sample with both backends

And remove it from the library itself.
This commit is contained in:
Nicolas Williams
2021-03-10 22:52:07 -06:00
parent 6595f080e1
commit 1b5fe4a35c
3 changed files with 13 additions and 38 deletions

View File

@@ -85,7 +85,7 @@ const struct types {
} types[] = {
#define ASN1_SYM_INTVAL(n, gn, gns, i)
#define ASN1_SYM_OID(n, gn, gns)
#ifdef ASN1_IOS_SUPPORTED
#ifdef ASN1_PRINT_SUPPORTED
#define ASN1_SYM_TYPE(n, gn, gns) \
{ \
n, \
@@ -122,7 +122,6 @@ const struct types {
#include "pkinit_asn1_syms.x"
#include "rfc2459_asn1_syms.x"
#include "rfc4108_asn1_syms.x"
#include "x690sample_asn1_syms.x"
};
struct types sorted_types[sizeof(types)/sizeof(types[0])];