igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

Prefixing max/min defines with axtls_ so they don't clash with other … #43

Closed madpilot closed 7 years ago

madpilot commented 7 years ago

I'm currently trying to integrate the header files from here into arduino/esp8266, however the min and max function from bigint clash with the min and max function in the spiffs library.

Since we are just using the precompiled version, the change technically isn't needed (The substitution will have already been done, and no other code uses that definition), I thought it should be changed for consistency (in case it is decided to bring this tree in as a submodule). Having it modded will also allow me to test some TLS stuff under CI (I'll need to compile axtls for x86 to run on travis)

Since this is an old version of axtls, I thought it easier to rename here.