projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9e060
)
Add missing LF
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 06:35:58 +0000
(06:35 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 06:35:58 +0000
(06:35 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 0618bb5660865450345d46cdf6aaf8635efc488f..d1fcf5228add409d6d309dc2b485cc548b80ef5f 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-1340,7
+1340,7
@@
static BIGNUM *load_serial(char *serialfile)
ret=ASN1_INTEGER_to_BN(ai,NULL);
if (ret == NULL)
{
- BIO_printf(bio_err,"error converting number from bin to BIGNUM");
+ BIO_printf(bio_err,"error converting number from bin to BIGNUM
\n
");
goto err;
}
err: