From fbc35f82f0eca4571df0d753da74571e01ace763 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 8 Aug 2025 12:24:09 -0700 Subject: OpenSSL: import 3.5.2 Sources obtained from [1] and verified via the organization's PGP key [2]. 1. https://github.com/openssl/openssl/releases/download/openssl-3.5.2/openssl-3.5.2.tar.gz 2. https://github.com/openssl/openssl/releases/download/openssl-3.5.2/openssl-3.5.2.tar.gz.asc --- include/openssl/pem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/openssl/pem.h') diff --git a/include/openssl/pem.h b/include/openssl/pem.h index 94424e6c209e..de1b6581f28f 100644 --- a/include/openssl/pem.h +++ b/include/openssl/pem.h @@ -57,6 +57,7 @@ extern "C" { # define PEM_STRING_ECPRIVATEKEY "EC PRIVATE KEY" # define PEM_STRING_PARAMETERS "PARAMETERS" # define PEM_STRING_CMS "CMS" +# define PEM_STRING_SM2PRIVATEKEY "SM2 PRIVATE KEY" # define PEM_STRING_SM2PARAMETERS "SM2 PARAMETERS" # define PEM_STRING_ACERT "ATTRIBUTE CERTIFICATE" -- cgit v1.2.3