forked from wolfSSL/wolfssl
move it to build option
This commit is contained in:
@ -3490,10 +3490,6 @@ struct WOLFSSL_X509_NAME {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef EXTERNAL_SERIAL_SIZE
|
|
||||||
#define EXTERNAL_SERIAL_SIZE 32
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef NO_ASN
|
#ifdef NO_ASN
|
||||||
typedef struct DNS_entry DNS_entry;
|
typedef struct DNS_entry DNS_entry;
|
||||||
#endif
|
#endif
|
||||||
|
@ -66,12 +66,14 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef EXTERNAL_SERIAL_SIZE
|
||||||
|
#define EXTERNAL_SERIAL_SIZE 32
|
||||||
|
#endif
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
ISSUER = 0,
|
ISSUER = 0,
|
||||||
SUBJECT = 1,
|
SUBJECT = 1,
|
||||||
|
|
||||||
EXTERNAL_SERIAL_SIZE = 32,
|
|
||||||
|
|
||||||
BEFORE = 0,
|
BEFORE = 0,
|
||||||
AFTER = 1
|
AFTER = 1
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user