Generalise the definition of strcasecmp() and strncasecmp() for
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Sep 2003 14:48:36 +0000 (14:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 9 Sep 2003 14:48:36 +0000 (14:48 +0000)
commite6fa67fa9337d498b4383b067da04c6b6e802cd0
tree238c265927f1f143be8d0b62d80eaba98d1f8c5c
parent9ea72d3705697b3d83023326f2d453530e5b4802
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
crypto/o_str.c [new file with mode: 0644]
crypto/o_str.h [new file with mode: 0644]
e_os.h