Commit cfb2b89a1d0642abd6389913e237f49c662502e4

Ramon Ortega de Voor 2023-10-23T17:15:34

fix ERR macro geting redefined In evutil.c a macro ERR gets defined, this is a very generic name in case that in a included header file ERR is used too, the compiler will fail complaining about the redefinition of the macro ERR. To fix this make sure ERR is undefined, before defining it in evutil.c