summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/src/apps/openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/openssl.c b/src/lib/libssl/src/apps/openssl.c
index 5ac41e2035..3852f937f6 100644
--- a/src/lib/libssl/src/apps/openssl.c
+++ b/src/lib/libssl/src/apps/openssl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: openssl.c,v 1.42 2014/07/17 23:50:07 deraadt Exp $ */ 1/* $OpenBSD: openssl.c,v 1.43 2014/07/18 18:01:26 deraadt Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -257,7 +257,7 @@ main(int argc, char **argv)
257 257
258 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); 258 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
259 if (bio_err == NULL) { 259 if (bio_err == NULL) {
260 fprintf(stderr, "openssl: failed to initialise bio_err"); 260 fprintf(stderr, "openssl: failed to initialise bio_err\n");
261 exit(1); 261 exit(1);
262 } 262 }
263 263