]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_err.c
crypto: updates to pass size_t to RAND_bytes_ex()
[thirdparty/openssl.git] / crypto / rsa / rsa_err.c
index 85bee965fcd2268a23335c173dd84b8e2ab417ea..269971c07b8da9b7089660bc298ab6cb3f527a18 100644 (file)
@@ -57,6 +57,7 @@ static const ERR_STRING_DATA RSA_str_reasons[] = {
     {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_INVALID_KEYPAIR), "invalid keypair"},
     {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_INVALID_KEY_LENGTH), "invalid key length"},
     {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_INVALID_LABEL), "invalid label"},
+    {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_INVALID_LENGTH), "invalid length"},
     {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_INVALID_MESSAGE_LENGTH),
     "invalid message length"},
     {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_INVALID_MGF1_MD), "invalid mgf1 md"},