projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3380c52
)
Make local function static.
author
Ben Laurie
<ben@openssl.org>
Thu, 8 Mar 2007 15:52:04 +0000
(15:52 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 8 Mar 2007 15:52:04 +0000
(15:52 +0000)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index 9bb770da27297c1fc6b49290ea75be031cd7dfd8..058348119114d0f7ee07fb86a387f131417b3ae1 100644
(file)
--- 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)
+st
atic st
ruct disabled_masks ssl_cipher_get_disabled(void)
{
unsigned long mask;
unsigned long m256;