|
|
|
@ -137,6 +137,8 @@ static const ERR_STRING_DATA EVP_str_reasons[] = {
|
|
|
|
|
"operation not supported for this keytype"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OPERATON_NOT_INITIALIZED),
|
|
|
|
|
"operation not initialized"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OUTPUT_WOULD_OVERFLOW),
|
|
|
|
|
"output would overflow"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_PARAMETER_TOO_LARGE),
|
|
|
|
|
"parameter too large"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_PARTIALLY_OVERLAPPING),
|
|
|
|
@ -153,7 +155,7 @@ static const ERR_STRING_DATA EVP_str_reasons[] = {
|
|
|
|
|
"set default property failure"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_TOO_MANY_RECORDS), "too many records"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_UNABLE_TO_ENABLE_LOCKING),
|
|
|
|
|
"unable to enable parent locking"},
|
|
|
|
|
"unable to enable locking"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_UNABLE_TO_GET_MAXIMUM_REQUEST_SIZE),
|
|
|
|
|
"unable to get maximum request size"},
|
|
|
|
|
{ERR_PACK(ERR_LIB_EVP, 0, EVP_R_UNABLE_TO_GET_RANDOM_STRENGTH),
|
|
|
|
|