]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/wpa_supplicant_libcrypto_source' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Nov 2016 13:15:49 +0000 (21:15 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Nov 2016 13:15:49 +0000 (21:15 +0800)
wpa_supplicant: replace pre-built crypto library with source code

This change replaces libcrypto.a pre-built library with source code from wpa_supplicant.
For now i've decided to keep the modified layout of source and header files which is used in the esp32_rtos_sdk_core project. This will make it easier to move other parts of wpa_supplicant from esp32_rtos_sdk_core into esp-idf. Once we move everything, we can rearrange the files and upgrade wpa_supplicant to latest version.

See merge request !177


Trivial merge