Title: NEOFEMA s.r.o.
Bit strange but ... compare both strerror declaration and if the same - delete the one located in tls.c ? :)

R.


./compile tls.c
tls.c:12: conflicting types for `strerror'
/usr/include/string.h:243: previous declaration of `strerror'
make: *** [tls.o] Error 1

This error doesn't seem to be related with the ssl includes at this point. The compiler is complaining because the tls.c file declares the sterror function which is declared also in "string.h" include file.

Does it have solution?

Thank you,
bnegrao



Reply via email to