diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-06 08:45:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-06 08:45:13 +0000 |
commit | 648a4fbd90ad8428cfc10559d607cca61a921e82 (patch) | |
tree | a18d29b42948fa1d9eb5d7c1368cbbcf9c328764 /pow | |
parent | 8e38ba644b0356b3155b4a85537478f932221e8f (diff) |
Bogus error message
svn path=/pow/POW-0.7/POW.c; revision=1743
Diffstat (limited to 'pow')
-rw-r--r-- | pow/POW-0.7/POW.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/POW-0.7/POW.c b/pow/POW-0.7/POW.c index 873584e2..00df7ddc 100644 --- a/pow/POW-0.7/POW.c +++ b/pow/POW-0.7/POW.c @@ -6718,7 +6718,7 @@ CMS_object_der_read(char *src, int len) goto error; if( !(d2i_CMS_bio( bio, &self->cms ) ) ) - lose("could not load PEM encoded CMS message"); + lose("could not load DER encoded CMS message"); BIO_free(bio); |