net: Make PrintSHA1Digest digest parameter const
This commit is contained in:
parent
61664787e4
commit
8f7d6aa165
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ static void CheckMasterStatus(void)
|
|||
}
|
||||
}
|
||||
|
||||
static void PrintSHA1Digest(const char *s, byte *digest)
|
||||
static void PrintSHA1Digest(const char *s, const byte *digest)
|
||||
{
|
||||
unsigned int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue