]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
PROV_R_INVALID_FUNCTION_NAME: Fix colliding error reason code master
authorTomas Mraz <tomas@openssl.org>
Fri, 23 Jan 2026 14:33:42 +0000 (15:33 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Jan 2026 14:33:42 +0000 (15:33 +0100)
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Fri Jan 23 17:42:08 2026
(Merged from https://github.com/openssl/openssl/pull/29738)

crypto/err/openssl.txt
include/openssl/proverr.h

index b3912877432f71430901069f9ef68b2f946de30b..3d0e69ec39bacc68127a1bff271722108e2219a2 100644 (file)
@@ -1073,7 +1073,7 @@ PROV_R_INVALID_DIGEST_LENGTH:166:invalid digest length
 PROV_R_INVALID_DIGEST_SIZE:218:invalid digest size
 PROV_R_INVALID_EDDSA_INSTANCE_FOR_ATTEMPTED_OPERATION:243:\
        invalid eddsa instance for attempted operation
-PROV_R_INVALID_FUNCTION_NAME:256:invalid function name
+PROV_R_INVALID_FUNCTION_NAME:258:invalid function name
 PROV_R_INVALID_INPUT_LENGTH:230:invalid input length
 PROV_R_INVALID_ITERATION_COUNT:123:invalid iteration count
 PROV_R_INVALID_IV_LENGTH:109:invalid iv length
index 82e1e0fc658469ec2340fe42591f94ef73ab0921..fa59c0d307072b0a230c4f1eba90f70cf7ae17ba 100644 (file)
@@ -65,7 +65,7 @@
 #define PROV_R_INVALID_DIGEST_LENGTH 166
 #define PROV_R_INVALID_DIGEST_SIZE 218
 #define PROV_R_INVALID_EDDSA_INSTANCE_FOR_ATTEMPTED_OPERATION 243
-#define PROV_R_INVALID_FUNCTION_NAME 256
+#define PROV_R_INVALID_FUNCTION_NAME 258
 #define PROV_R_INVALID_INPUT_LENGTH 230
 #define PROV_R_INVALID_ITERATION_COUNT 123
 #define PROV_R_INVALID_IV_LENGTH 109