Mark wpas_data_test_rx() static
[mech_eap.git] / wpa_supplicant / wpas_module_tests.c
index e4c83b5..6af1678 100644 (file)
@@ -98,5 +98,11 @@ int wpas_module_tests(void)
                        ret = -1;
        }
 
+       {
+               int crypto_module_tests(void);
+               if (crypto_module_tests() < 0)
+                       ret = -1;
+       }
+
        return ret;
 }