naddy b7d56abd86 security/wpa_supplicant: fix build with LLVM11
This uses a roundtrip cast int -> void * -> int.  LLVM11 objects
to the last step.  Pacify with int -> void * -> intptr_t -> int.
2021-03-12 20:24:51 +00:00
..
2019-11-19 14:35:59 +00:00