summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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