use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / modules / rlm_smb / smbencrypt.c
index 7bb1969..d054b8b 100644 (file)
@@ -4,6 +4,7 @@
    SMB parameters and setup
    Copyright (C) Andrew Tridgell 1992-1997
    Modified by Jeremy Allison 1995.
+   Copyright 2006 The FreeRADIUS server project
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -20,6 +21,9 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
+
 #include "smblib-priv.h"
 #define uchar unsigned char
 extern int DEBUGLEVEL;