aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-21 16:17:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-21 16:17:18 +0000
commite74ac3f8307ba2a49b4ce5e6c56216b5a69531c2 (patch)
tree5869a1ab007c291ce1cd61ee30bdbc9d9ca01abf /crypto/fips_err.h
parenta5799bdc4884153c503c2719225331193a994a32 (diff)
downloadopenssl-e74ac3f8307ba2a49b4ce5e6c56216b5a69531c2.tar.gz
Update error codes.
Diffstat (limited to 'crypto/fips_err.h')
-rw-r--r--crypto/fips_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index a70a52f72f..202084a17a 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -137,6 +137,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
static ERR_STRING_DATA FIPS_str_reasons[]=
{
+{ERR_REASON(FIPS_R_ADDITIONAL_INPUT_ERROR_UNDETECTED),"additional input error undetected"},
{ERR_REASON(FIPS_R_ADDITIONAL_INPUT_TOO_LONG),"additional input too long"},
{ERR_REASON(FIPS_R_ALREADY_INSTANTIATED) ,"already instantiated"},
{ERR_REASON(FIPS_R_CONTRADICTING_EVIDENCE),"contradicting evidence"},
@@ -164,6 +165,7 @@ static ERR_STRING_DATA FIPS_str_reasons[]=
{ERR_REASON(FIPS_R_INVALID_PARAMETERS) ,"invalid parameters"},
{ERR_REASON(FIPS_R_IN_ERROR_STATE) ,"in error state"},
{ERR_REASON(FIPS_R_KEY_TOO_SHORT) ,"key too short"},
+{ERR_REASON(FIPS_R_NONCE_ERROR_UNDETECTED),"nonce error undetected"},
{ERR_REASON(FIPS_R_NON_FIPS_METHOD) ,"non fips method"},
{ERR_REASON(FIPS_R_NOPR_TEST1_FAILURE) ,"nopr test1 failure"},
{ERR_REASON(FIPS_R_NOPR_TEST2_FAILURE) ,"nopr test2 failure"},