From b32036258d8efa6617b916f0c4be11a33e699b37 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Wed, 22 Feb 2023 15:02:52 -0600 Subject: [PATCH] Fix NID conflict NID_givenName and NID_md5WithRSAEncryption --- wolfssl/wolfcrypt/asn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/asn.h b/wolfssl/wolfcrypt/asn.h index d7d6b1a2c..066cefefb 100644 --- a/wolfssl/wolfcrypt/asn.h +++ b/wolfssl/wolfcrypt/asn.h @@ -774,7 +774,7 @@ extern const WOLFSSL_ObjectInfo wolfssl_object_info[]; #define NID_id_pkix_OCSP_basic 74 #define NID_any_policy 75 #define NID_anyExtendedKeyUsage 76 -#define NID_givenName 99 /* 2.5.4.42 */ +#define NID_givenName 100 /* 2.5.4.42 */ #define NID_initials 101 /* 2.5.4.43 */ #define NID_title 106 #define NID_description 107