summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/cryptlib.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-05-31 22:12:52 +0000
committerderaadt <deraadt@openbsd.org>2014-05-31 22:12:52 +0000
commit48efc3f216f87a2b2150d475bca74a7c534c9650 (patch)
treee42905658ea20c4d7abc223e01b83b0b9618e091 /lib/libssl/src/crypto/cryptlib.c
parentRemove unneeded patch, upstream fixed this differently in 2008 (diff)
downloadwireguard-openbsd-48efc3f216f87a2b2150d475bca74a7c534c9650.tar.xz
wireguard-openbsd-48efc3f216f87a2b2150d475bca74a7c534c9650.zip
annoying whitespace
Diffstat (limited to 'lib/libssl/src/crypto/cryptlib.c')
-rw-r--r--lib/libssl/src/crypto/cryptlib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/cryptlib.c b/lib/libssl/src/crypto/cryptlib.c
index 4a96c3e3746..fd746d3b383 100644
--- a/lib/libssl/src/crypto/cryptlib.c
+++ b/lib/libssl/src/crypto/cryptlib.c
@@ -700,9 +700,9 @@ OPENSSL_showfatal(const char *fmta, ...)
{
va_list ap;
- va_start (ap, fmta);
- vfprintf (stderr, fmta, ap);
- va_end (ap);
+ va_start(ap, fmta);
+ vfprintf(stderr, fmta, ap);
+ va_end(ap);
}
void