diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-18 18:01:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-18 18:01:27 +0000 |
commit | 0d5d1106121eb796c60d30435a2d5242d7c099a1 (patch) | |
tree | 59f66333860f09779a3282aa107b7936e78874ef /lib | |
parent | ca10716045403e8b871c2743efb69551a385cccc (diff) |
missing newline
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/apps/openssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/openssl.c b/lib/libssl/src/apps/openssl.c index 5ac41e2035f..3852f937f68 100644 --- a/lib/libssl/src/apps/openssl.c +++ b/lib/libssl/src/apps/openssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openssl.c,v 1.42 2014/07/17 23:50:07 deraadt Exp $ */ +/* $OpenBSD: openssl.c,v 1.43 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); } |