Rollback the define in internal.h

This commit is contained in:
Takashi Kojo
2019-12-06 10:31:28 +09:00
parent d74a1888bb
commit 87ec950221

View File

@@ -3490,6 +3490,10 @@ struct WOLFSSL_X509_NAME {
#endif
};
#ifndef EXTERNAL_SERIAL_SIZE
#define EXTERNAL_SERIAL_SIZE 32
#endif
#ifdef NO_ASN
typedef struct DNS_entry DNS_entry;
#endif