~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/evp/evp_err.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-10-02 18:05:00 UTC
  • mto: (11.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061002180500-y5ux36zvt0fjeiax
Tags: upstream-0.9.8c
ImportĀ upstreamĀ versionĀ 0.9.8c

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
static ERR_STRING_DATA EVP_str_functs[]=
72
72
        {
73
73
{ERR_FUNC(EVP_F_AES_INIT_KEY),  "AES_INIT_KEY"},
 
74
{ERR_FUNC(EVP_F_CAMELLIA_INIT_KEY),     "CAMELLIA_INIT_KEY"},
74
75
{ERR_FUNC(EVP_F_D2I_PKEY),      "D2I_PKEY"},
75
76
{ERR_FUNC(EVP_F_DSAPKEY2PKCS8), "DSAPKEY2PKCS8"},
76
77
{ERR_FUNC(EVP_F_DSA_PKEY2PKCS8),        "DSA_PKEY2PKCS8"},
117
118
{ERR_REASON(EVP_R_BAD_KEY_LENGTH)        ,"bad key length"},
118
119
{ERR_REASON(EVP_R_BN_DECODE_ERROR)       ,"bn decode error"},
119
120
{ERR_REASON(EVP_R_BN_PUBKEY_ERROR)       ,"bn pubkey error"},
 
121
{ERR_REASON(EVP_R_CAMELLIA_KEY_SETUP_FAILED),"camellia key setup failed"},
120
122
{ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR),"cipher parameter error"},
121
123
{ERR_REASON(EVP_R_CTRL_NOT_IMPLEMENTED)  ,"ctrl not implemented"},
122
124
{ERR_REASON(EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED),"ctrl operation not implemented"},