]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix-up to f3090fc7
authorJames Muir <muir.james.a@gmail.com>
Sun, 11 Dec 2022 21:35:48 +0000 (16:35 -0500)
committerPauli <pauli@openssl.org>
Mon, 12 Dec 2022 21:54:12 +0000 (08:54 +1100)
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 <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19883)

include/openssl/core_names.h

index 6e4a4f8539da2d6465a8d3bfe51be091bd7dadbf..1b19ef74d094ccc6c2101d1f19654a54de9974bb 100644 (file)
@@ -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