mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
new_digest was prototyped as static but not explicitly declared
static.
This commit is contained in:
parent
9cc354aae3
commit
81e33e1f56
@ -762,7 +762,7 @@ new_member(char *name, int type)
|
||||
debug_return_ptr(m);
|
||||
}
|
||||
|
||||
struct sudo_digest *
|
||||
static struct sudo_digest *
|
||||
new_digest(int digest_type, const char *digest_str)
|
||||
{
|
||||
struct sudo_digest *dig;
|
||||
|
@ -929,7 +929,7 @@ new_member(char *name, int type)
|
||||
debug_return_ptr(m);
|
||||
}
|
||||
|
||||
struct sudo_digest *
|
||||
static struct sudo_digest *
|
||||
new_digest(int digest_type, const char *digest_str)
|
||||
{
|
||||
struct sudo_digest *dig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user