summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/errstr.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-14 00:35:10 +0000
committerderaadt <deraadt@openbsd.org>2014-07-14 00:35:10 +0000
commite77e8d07f1ac1a63e242f3586068a6acdc8230c2 (patch)
tree1823cc40d69ea71fdc001b15ed184db2525a746b /lib/libssl/src/apps/errstr.c
parentfirst step towards keep-alive/persistent connections support (diff)
downloadwireguard-openbsd-e77e8d07f1ac1a63e242f3586068a6acdc8230c2.tar.xz
wireguard-openbsd-e77e8d07f1ac1a63e242f3586068a6acdc8230c2.zip
whitespace
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);
}