From: Ben Laurie Date: Thu, 8 Mar 2007 15:52:04 +0000 (+0000) Subject: Make local function static. X-Git-Tag: FIPS_098_TEST_1~55^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3370b694b90d555d3425fa330052921be9a69db6;p=openssl Make local function static. --- diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 9bb770da27..0583481191 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -439,7 +439,7 @@ struct disabled_masks { /* This is a kludge no longer needed with OpenSSL 0.9.9, unsigned long m256; /* applies to 256-bit algorithms only */ }; -struct disabled_masks ssl_cipher_get_disabled(void) +static struct disabled_masks ssl_cipher_get_disabled(void) { unsigned long mask; unsigned long m256;