summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-29 02:59:18 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-29 02:59:18 +0000
commitf45f40fffff1348ce2b12c9da520a1ea88567294 (patch)
treeb2db6279ebb534b83d5dc653f96d97b9fe8f238f /crypto/pkcs7/pkcs7err.c
parent6447cce37251e6d947279a3fd6874e59ed0d3d2d (diff)
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.c1
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"},