diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-12-29 03:59:18 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-12-29 03:59:18 +0100 |
commit | f45f40fffff1348ce2b12c9da520a1ea88567294 (patch) | |
tree | b2db6279ebb534b83d5dc653f96d97b9fe8f238f /crypto/pkcs7/pkcs7err.c | |
parent | Simplify the trust structure: basically zap the bit strings and (diff) | |
download | openssl-f45f40fffff1348ce2b12c9da520a1ea88567294.tar.xz openssl-f45f40fffff1348ce2b12c9da520a1ea88567294.zip |
Add OIDs for idea and blowfish. Unfortunately these are in
the middle of the OID table so the diff is rather large :-(
Diffstat (limited to 'crypto/pkcs7/pkcs7err.c')
-rw-r--r-- | crypto/pkcs7/pkcs7err.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c index d8491ff71b..f3fbf0b263 100644 --- a/crypto/pkcs7/pkcs7err.c +++ b/crypto/pkcs7/pkcs7err.c @@ -95,6 +95,7 @@ static ERR_STRING_DATA PKCS7_str_functs[]= static ERR_STRING_DATA PKCS7_str_reasons[]= { {PKCS7_R_CERTIFICATE_VERIFY_ERROR ,"certificate verify error"}, +{PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER ,"cipher has no object identifier"}, {PKCS7_R_CIPHER_NOT_INITIALIZED ,"cipher not initialized"}, {PKCS7_R_CONTENT_AND_DATA_PRESENT ,"content and data present"}, {PKCS7_R_DECODE_ERROR ,"decode error"}, |