From ec842be58265930e98a2d454d170b8b279f8c097 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Fri, 23 May 2025 14:05:51 -0500 Subject: [PATCH] wolfssl/wolfcrypt/asn.h: add a real value for WC_NID_netscape_cert_type. --- 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 d0064e8a5..494fdfe0a 100644 --- a/wolfssl/wolfcrypt/asn.h +++ b/wolfssl/wolfcrypt/asn.h @@ -901,7 +901,7 @@ extern const WOLFSSL_ObjectInfo wolfssl_object_info[]; #define WC_SN_sm3 "SM3" /* NIDs */ -#define WC_NID_netscape_cert_type WC_NID_undef +#define WC_NID_netscape_cert_type 71 #define WC_NID_des 66 #define WC_NID_des3 67 #define WC_NID_sha256 672