artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e903441
)
missing newline
author
deraadt
<deraadt@openbsd.org>
Fri, 18 Jul 2014 18:01:26 +0000
(18:01 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 18 Jul 2014 18:01:26 +0000
(18:01 +0000)
lib/libssl/src/apps/openssl.c
patch
|
blob
|
history
diff --git
a/lib/libssl/src/apps/openssl.c
b/lib/libssl/src/apps/openssl.c
index
5ac41e2
..
3852f93
100644
(file)
--- a/
lib/libssl/src/apps/openssl.c
+++ b/
lib/libssl/src/apps/openssl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: openssl.c,v 1.4
2 2014/07/17 23:50:07
deraadt Exp $ */
+/* $OpenBSD: openssl.c,v 1.4
3 2014/07/18 18:01:26
deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-257,7
+257,7
@@
main(int argc, char **argv)
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
if (bio_err == NULL) {
- fprintf(stderr, "openssl: failed to initialise bio_err");
+ fprintf(stderr, "openssl: failed to initialise bio_err
\n
");
exit(1);
}