import from HEAD:
[freeradius.git] / src / modules / rlm_mschap / smbdes.h
1 #ifndef _SMBDES_H
2 #define _SMBDES_H
3
4 void smbdes_lmpwdhash(const unsigned char *password,unsigned char *lmhash);
5 void smbdes_mschap(const unsigned char *win_password,
6                  const unsigned char *challenge, unsigned char *response);
7
8 #endif /*_SMBDES_H*/