Minor updates. A small dose of const.
[ira/wip.git] / source3 / libsmb / smbencrypt.c
index c1c4750e051f6e218c3e8c0225da9e743a11d7bf..2e274553628e0d5ce58090fc4bfbf6e7435edf68 100644 (file)
@@ -167,7 +167,7 @@ void NTLMSSPOWFencrypt(const uchar passwd[8], const uchar *ntlmchalresp, uchar p
 
 /* Does the NT MD4 hash then des encryption. */
  
-void SMBNTencrypt(uchar *passwd, uchar *c8, uchar *p24)
+void SMBNTencrypt(const uchar *passwd, uchar *c8, uchar *p24)
 {
        uchar p21[21];