use new RCSID macro to prevent Id keyword from being optimized out
[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 unsigned char *password,unsigned char *lmhash);
10 void smbdes_mschap(const unsigned char *win_password,
11                  const unsigned char *challenge, unsigned char *response);
12
13 #endif /*_SMBDES_H*/