On certain platforms, we redefine certain symbols using macros in
authorRichard Levitte <levitte@openssl.org>
Thu, 24 Oct 2002 09:41:45 +0000 (09:41 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 24 Oct 2002 09:41:45 +0000 (09:41 +0000)
commit4f99ab58f7690128a503aec379153417c6d13d52
treef7a0cacba0024c03886c064159383b91b88d6b33
parent339abc9bd993095e91f950020850d751ce31bf59
On certain platforms, we redefine certain symbols using macros in
apps.h.  For those, it's better to include apps.h after the system
headers where those symbols may be defined, since there's otherwise a
chance that the C compiler will barf when it sees something that looks
like this after expansion:

int VMS_strcasecmp((str1),(str2))(const char *, const char *);
apps/apps.c
apps/ca.c