* Unused variable
* Missing prototypes for SMBencrypt() and SMBNTencrypt()
#include "ntlm.h"
#include "util.h" /* from Squid */
#include "valid.h"
+#include "smbencrypt.h"
#if HAVE_STRING_H
#include <string.h>
ntlm_check_auth(ntlm_authenticate * auth, int auth_length)
{
int rv;
- char pass[25], encrypted_pass[40];
+ char pass[25] /*, encrypted_pass[40] */;
char *domain = credentials;
char *user;
lstring tmp;
void SMBencrypt(uchar * passwd, uchar * c8, uchar * p24);
+void SMBNTencrypt(uchar * passwd, uchar * c8, uchar * p24);
+