From: James Muir Date: Sun, 11 Dec 2022 21:35:48 +0000 (-0500) Subject: Fix-up to f3090fc7 X-Git-Tag: openssl-3.2.0-alpha1~1594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5342007e7832cbd427fb62af24998f81d20c5f6;p=thirdparty%2Fopenssl.git Fix-up to f3090fc7 Define OSSL_SIGNATURE_PARAM_NONCE_TYPE as "nonce-type" (rather than "nonce_type") so that it is consistent with the documentation. Reviewed-by: Shane Lontis Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19883) --- diff --git a/include/openssl/core_names.h b/include/openssl/core_names.h index 6e4a4f8539d..1b19ef74d09 100644 --- a/include/openssl/core_names.h +++ b/include/openssl/core_names.h @@ -466,7 +466,7 @@ extern "C" { #define OSSL_SIGNATURE_PARAM_MGF1_PROPERTIES \ OSSL_PKEY_PARAM_MGF1_PROPERTIES #define OSSL_SIGNATURE_PARAM_DIGEST_SIZE OSSL_PKEY_PARAM_DIGEST_SIZE -#define OSSL_SIGNATURE_PARAM_NONCE_TYPE "nonce_type" +#define OSSL_SIGNATURE_PARAM_NONCE_TYPE "nonce-type" /* Asym cipher parameters */ #define OSSL_ASYM_CIPHER_PARAM_DIGEST OSSL_PKEY_PARAM_DIGEST