From 87ec950221c9bfb1e448f2a6df64957b6ccf3539 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Fri, 6 Dec 2019 10:31:28 +0900 Subject: [PATCH] Rollback the define in internal.h --- wolfssl/internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wolfssl/internal.h b/wolfssl/internal.h index e3232e856..f2227a708 100644 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -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