summaryrefslogtreecommitdiffstats
path: root/providers/common/provider_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/provider_err.c')
-rw-r--r--providers/common/provider_err.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/providers/common/provider_err.c b/providers/common/provider_err.c
index 9d9f484e42..ed1d930712 100644
--- a/providers/common/provider_err.c
+++ b/providers/common/provider_err.c
@@ -19,6 +19,8 @@ static const ERR_STRING_DATA PROV_str_reasons[] = {
{ERR_PACK(ERR_LIB_PROV, 0, PROV_R_BAD_DECRYPT), "bad decrypt"},
{ERR_PACK(ERR_LIB_PROV, 0, PROV_R_CIPHER_OPERATION_FAILED),
"cipher operation failed"},
+ {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_FAILED_TO_GENERATE_KEY),
+ "failed to generate key"},
{ERR_PACK(ERR_LIB_PROV, 0, PROV_R_FAILED_TO_GET_PARAMETER),
"failed to get parameter"},
{ERR_PACK(ERR_LIB_PROV, 0, PROV_R_FAILED_TO_SET_PARAMETER),