Fixes from clang / scan-build
[freeradius.git] / src / modules / rlm_mschap / smbdes.h
1 /* Copyright 2006 The FreeRADIUS server project */
2
3 #ifndef _SMBDES_H
4 #define _SMBDES_H
5
6 #include <freeradius-devel/ident.h>
7 RCSIDH(smbdes_h, "$Id$")
8
9 void smbdes_lmpwdhash(const char *password, uint8_t *lmhash);
10 void smbdes_mschap(const uint8_t win_password[16],
11                  const uint8_t *challenge, uint8_t *response);
12
13 #endif /*_SMBDES_H*/