The missing <strings.h> include caused a number of "implicitly declared function" warnings due to use of strcmpcase and strncmpcase.
$ egrep -IR '(strcasecmp|strncasecmp)' * | cut -f 1 -d ':' | sort | uniq apps/apps.c apps/ca.c apps/ocsp.c apps/rehash.c apps/s_server.c crypto/asn1/ameth_lib.c crypto/engine/tb_asnmth.c crypto/o_str.c crypto/x509v3/v3_ncons.c crypto/x509v3/v3_tlsf.c crypto/x509v3/v3_utl.c e_os.h include/internal/o_str.h ssl/ssl_conf.c test/ssltest.c test/v3nametest.c -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4458 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev