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:
1e7e392
)
Add missing LF
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 06:36:30 +0000
(06:36 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 06:36:30 +0000
(06:36 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 492b64f04f13110fe5968b684d2309743e33807f..3c9e992b03819ffee5e1bfeca7f6804cc29e7a7d 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-1686,7
+1686,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: