summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/cryptlib.c6
1 files changed, 3 insertions, 3 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