Hi,

On 03/02/2022 09:32, Gert Doering wrote:
Hi,

On Thu, Feb 03, 2022 at 09:26:20AM +0100, Antonio Quartulli wrote:
strcasecmp() was initially declared in string.h and subsequently moved
to strings.h. For historical reasons it still exists in string.h, but
would require _DEFAULT_SOURCE to be defined.

Due to the above, just include strings.h as currently dictated by the
manpage.

If we include strings.h, do we still need string.h then?

Yes, because the file also uses strlen() and strncmp() (declared in string.h)

Regards,

--
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to