summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/errstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/errstr.c')
-rw-r--r--lib/libssl/src/apps/errstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/errstr.c b/lib/libssl/src/apps/errstr.c
index fd81818490e..2f4087d1228 100644
--- a/lib/libssl/src/apps/errstr.c
+++ b/lib/libssl/src/apps/errstr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: errstr.c,v 1.18 2014/07/12 19:31:21 jsing Exp $ */
+/* $OpenBSD: errstr.c,v 1.19 2014/07/14 00:35:10 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -103,6 +103,6 @@ errstr_main(int argc, char **argv)
ret++;
}
}
-
+
return (ret);
}