secur32: Declare a function static.

This commit is contained in:
Andrew Talbot 2007-01-27 18:08:50 +00:00 committed by Alexandre Julliard
parent 76a0224696
commit da90b4a8dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;