Windows does not know of strigs.h or strcasecmp, so when in Windows,
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2001 14:21:06 +0000 (14:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2001 14:21:06 +0000 (14:21 +0000)
commit19f2192136f90752bb3fbec986733f609eb13074
treeea19be00338c85f89efd9e11fe68918012f3d371
parent1961b327eb0e019cedd48c6b2f907ff6c2e3ad17
Windows does not know of strigs.h or strcasecmp, so when in Windows,
make strcasecmp a macro to _stricmp.
apps/apps.c
apps/ca.c