Generalise the definition of strcasecmp() and strncasecmp() for
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Sep 2003 14:48:52 +0000 (14:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 9 Sep 2003 14:48:52 +0000 (14:48 +0000)
commit245dac4d175ef7ac132887bcdcf331f4822d3d58
treea368cd89b7d3ed249e448612a4c234c01beedaf0
parentc377882c390cb327a000c03f5a3b6f8f34be4988
Generalise the definition of strcasecmp() and strncasecmp() for
platforms that don't (necessarely) have it.  In the case of VMS, this
means moving a couple of functions from apps/ to crypto/ and make them
general (although only used privately).
apps/apps.c
apps/apps.h
apps/ca.c
crypto/Makefile.ssl
crypto/crypto-lib.com
e_os.h