secur32: Declare a function static.
This commit is contained in:
parent
76a0224696
commit
da90b4a8dd
|
@ -145,7 +145,7 @@ SECURITY_STATUS SECUR32_CreateNTLMv1SessionKey(PBYTE password, int len, PBYTE se
|
|||
return SEC_E_OK;
|
||||
}
|
||||
|
||||
void SECUR32_CalcNTLMv2Subkey(PBYTE session_key, const char *magic, PBYTE subkey)
|
||||
static void SECUR32_CalcNTLMv2Subkey(PBYTE session_key, const char *magic, PBYTE subkey)
|
||||
{
|
||||
MD5_CTX ctx;
|
||||
|
||||
|
|
Loading…
Reference in New Issue