commit | ac1636ce54fe6e50786c251fd33e39a46a2a9499 | [log] [tgz] |
---|---|---|
author | Rich Cannings <richc@google.com> | Tue Oct 09 13:56:37 2018 -0700 |
committer | Rich Cannings <richc@google.com> | Tue Nov 20 19:11:38 2018 +0000 |
tree | 675b7ff818c1e73053040da1678437b9459cdb68 | |
parent | abe4d42534cee79c5d306138263ddd8f9bdd0f2e [diff] [blame] |
Use BoringSSL to get random bytes Bug: 117508900 Change-Id: I4889513c0671ff2b689f1beca8084d6f149d473d Test: Existing tests pass
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 4ca4281..dbf493c 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk
@@ -969,6 +969,7 @@ ifndef CONFIG_TLS CONFIG_TLS=openssl +L_CFLAGS += -DCONFIG_USE_OPENSSL_RNG endif ifdef CONFIG_TLSV11