summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2014-05-31 22:12:52 +0000
committerderaadt <>2014-05-31 22:12:52 +0000
commit5f1838a9fb70a7d72b663679a1fb192184149bc1 (patch)
treec984b0e8fb8c0d50c58cb16c9903c955a23efe88 /src
parent1bf73255d408c124f786420cbe3245b3fb44a0a7 (diff)
downloadopenbsd-5f1838a9fb70a7d72b663679a1fb192184149bc1.tar.gz
openbsd-5f1838a9fb70a7d72b663679a1fb192184149bc1.tar.bz2
openbsd-5f1838a9fb70a7d72b663679a1fb192184149bc1.zip
annoying whitespace
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/cryptlib.c6
-rw-r--r--src/lib/libssl/src/crypto/cryptlib.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c
index 4a96c3e374..fd746d3b38 100644
--- a/src/lib/libcrypto/cryptlib.c
+++ b/src/lib/libcrypto/cryptlib.c
@@ -700,9 +700,9 @@ OPENSSL_showfatal(const char *fmta, ...)
700{ 700{
701 va_list ap; 701 va_list ap;
702 702
703 va_start (ap, fmta); 703 va_start(ap, fmta);
704 vfprintf (stderr, fmta, ap); 704 vfprintf(stderr, fmta, ap);
705 va_end (ap); 705 va_end(ap);
706} 706}
707 707
708void 708void
diff --git a/src/lib/libssl/src/crypto/cryptlib.c b/src/lib/libssl/src/crypto/cryptlib.c
index 4a96c3e374..fd746d3b38 100644
--- a/src/lib/libssl/src/crypto/cryptlib.c
+++ b/src/lib/libssl/src/crypto/cryptlib.c
@@ -700,9 +700,9 @@ OPENSSL_showfatal(const char *fmta, ...)
700{ 700{
701 va_list ap; 701 va_list ap;
702 702
703 va_start (ap, fmta); 703 va_start(ap, fmta);
704 vfprintf (stderr, fmta, ap); 704 vfprintf(stderr, fmta, ap);
705 va_end (ap); 705 va_end(ap);
706} 706}
707 707
708void 708void