From 41a15c4f0f2535591ba9f258cf76119f86477c43 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 31 Mar 2005 09:26:39 +0000 Subject: Give everything prototypes (well, everything that's actually used). --- crypto/err/err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/err') diff --git a/crypto/err/err.c b/crypto/err/err.c index e28ec56ffa..655299a3a7 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -541,7 +541,7 @@ static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1]; * will be returned for SYSerr(), which always gets an errno * value and never one of those 'standard' reason codes. */ -static void build_SYS_str_reasons() +static void build_SYS_str_reasons(void) { /* OPENSSL_malloc cannot be used here, use static storage instead */ static char strerror_tab[NUM_SYS_STR_REASONS][LEN_SYS_STR_REASON]; -- cgit v1.2.3