import from HEAD
[freeradius.git] / src / modules / rlm_otp / otp_pwe.c
index b9acb3e..f0c9b99 100644 (file)
  * is not sufficient for X9.9 use.
  */
 
-static const char rcsid[] = "$Id$";
+#include "ident.h"
+RCSID("$Id$")
 
 /* avoid inclusion of these FR headers which conflict w/ OpenSSL */
 #define _LRAD_MD4_H
 #define _LRAD_SHA1_H
-#include <freeradius-devel/rad_assert.h>
-#include <freeradius-devel/autoconf.h>
-#include <freeradius-devel/radiusd.h>
+#include <rad_assert.h>
+#include <autoconf.h>
+#include <radiusd.h>
 
 #include "extern.h"