Updated to hostap_2_6
[mech_eap.git] / libeap / src / utils / ext_password.c
index 0613119..5615bd7 100644 (file)
 #include "ext_password_i.h"
 
 
-#ifdef CONFIG_EXT_PASSWORD_TEST
-extern struct ext_password_backend ext_password_test;
-#endif /* CONFIG_EXT_PASSWORD_TEST */
-
 static const struct ext_password_backend *backends[] = {
 #ifdef CONFIG_EXT_PASSWORD_TEST
        &ext_password_test,