Spritetm / libesphttpd

NOTE: THIS CODE IS UNMAINTAINED. Please take a look at https://github.com/chmorgan/libesphttpd instead.
125 stars 109 forks source link

fix symbol conflict with sdk bultin base64 #22

Closed jkent closed 8 years ago

jkent commented 8 years ago

There is a base64_encode/base64_decode symbol conflict with the sdk. This is a workaround for it.

Spritetm commented 8 years ago

I fixed this by making the base64 functions weak symbols in e7e6f20 . This also solves the superfluity of having two separate base64 routines in one binary.