diff options
author | Bodo Möller <bodo@openssl.org> | 2011-02-03 11:03:23 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2011-02-03 11:03:23 +0100 |
commit | 2440d8b1db72e2301492c836a87bfd134dc04db2 (patch) | |
tree | fb1861165f1d5ed953b0ec32520a7a3b7a5f62c5 /crypto/asn1/asn1_err.c | |
parent | Cope with new DSA2 file format where some p/q only tests are made. (diff) | |
download | openssl-2440d8b1db72e2301492c836a87bfd134dc04db2.tar.xz openssl-2440d8b1db72e2301492c836a87bfd134dc04db2.zip |
Fix error codes.
Diffstat (limited to 'crypto/asn1/asn1_err.c')
-rw-r--r-- | crypto/asn1/asn1_err.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_err.c b/crypto/asn1/asn1_err.c index 7d0dfd8f38..4c042b13c6 100644 --- a/crypto/asn1/asn1_err.c +++ b/crypto/asn1/asn1_err.c @@ -116,6 +116,7 @@ static ERR_STRING_DATA ASN1_str_functs[]= {ERR_FUNC(ASN1_F_ASN1_PACK_STRING), "ASN1_pack_string"}, {ERR_FUNC(ASN1_F_ASN1_PCTX_NEW), "ASN1_PCTX_new"}, {ERR_FUNC(ASN1_F_ASN1_PKCS5_PBE_SET), "ASN1_PKCS5_PBE_SET"}, +{ERR_FUNC(ASN1_F_ASN1_SCTX_NEW), "ASN1_SCTX_new"}, {ERR_FUNC(ASN1_F_ASN1_SEQ_PACK), "ASN1_seq_pack"}, {ERR_FUNC(ASN1_F_ASN1_SEQ_UNPACK), "ASN1_seq_unpack"}, {ERR_FUNC(ASN1_F_ASN1_SIGN), "ASN1_sign"}, |