espressif / esp-lwip

Fork of lwIP (https://savannah.nongnu.org/projects/lwip/) with ESP-IDF specific patches
Other
79 stars 126 forks source link

Adds #if PPP_AUTH_SUPPORT around call to ppp_set_auth() (IDFGH-2925) #3

Closed ep00ch closed 3 years ago

ep00ch commented 5 years ago

to avoid undefined function error. ppp.h ppp_set_auth() definition is wrapped by PPP_AUTH_SUPPORT check. If PPP_SUPPORT is enabled and PPP_AUTH_SUPPORT is disabled, ppp_set_auth() is not a defined function.

Alvin1Zhang commented 4 years ago

@ep00ch Thanks for your contribution.

david-cermak commented 3 years ago

Hi @ep00ch

Thanks again for your contribution! Finally merged as https://github.com/espressif/esp-lwip/commit/e4f94b8a70648aa3d870798e06cdad0152754adc.