X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=providers%2Fcommon%2Finclude%2Fprov%2Fprovidercommonerr.h;h=87bea503abfe7d23ed0b133c8490cc906d30fad4;hp=5b3bcbb6a0545fa172f73c18f816126c8f11a260;hb=2d5536609ba92481daf42614a36bafb4e1d99293;hpb=2c6094baca6476d8b024dc7d9f461dae597ae797 diff --git a/providers/common/include/prov/providercommonerr.h b/providers/common/include/prov/providercommonerr.h index 5b3bcbb6a0..87bea503ab 100644 --- a/providers/common/include/prov/providercommonerr.h +++ b/providers/common/include/prov/providercommonerr.h @@ -10,6 +10,7 @@ #ifndef OPENSSL_PROVERR_H # define OPENSSL_PROVERR_H +# pragma once # include # include @@ -89,6 +90,7 @@ int ERR_load_PROV_strings(void); # define PROV_R_INVALID_PSS_SALTLEN 169 # define PROV_R_INVALID_SALT_LENGTH 112 # define PROV_R_INVALID_SEED_LENGTH 154 +# define PROV_R_INVALID_SIGNATURE_SIZE 179 # define PROV_R_INVALID_TAG 110 # define PROV_R_INVALID_TAGLEN 118 # define PROV_R_INVALID_X931_DIGEST 170 @@ -110,6 +112,7 @@ int ERR_load_PROV_strings(void); # define PROV_R_NOT_XOF_OR_INVALID_LENGTH 113 # define PROV_R_NO_KEY_SET 114 # define PROV_R_NO_PARAMETERS_SET 177 +# define PROV_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 178 # define PROV_R_OUTPUT_BUFFER_TOO_SMALL 106 # define PROV_R_PSS_SALTLEN_TOO_SMALL 172 # define PROV_R_READ_KEY 159