Commit 3370b694 authored by Ben Laurie's avatar Ben Laurie
Browse files

Make local function static.

parent 3380c52f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;