Declare all read only data structures as const
[mech_eap.git] / wpa_supplicant / eapol_test.c
index 9b7af30..983bbcd 100644 (file)
@@ -30,7 +30,7 @@
 #include "wpas_glue.h"
 
 
-struct wpa_driver_ops *wpa_drivers[] = { NULL };
+const struct wpa_driver_ops *const wpa_drivers[] = { NULL };
 
 
 struct extra_radius_attr {