use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_leap / smbdes.c
index ee4b683..ccee0fc 100644 (file)
@@ -5,6 +5,7 @@
    SMB authentication protocol
 
    Copyright (C) Andrew Tridgell 1998
+   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
    should confirm it for yourself (and maybe let me know if you come
    up with a different answer to the one above)
 */
+
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
+
 #include <string.h>
 #include <ctype.h>