With later version of DEC C on VMS, some functions (strcmp(), for
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 19:13:46 +0000 (19:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 19:13:46 +0000 (19:13 +0000)
commit460fe31f0c0a780005d58f5872177984d640791d
treec3d2df92947ef5569d342ad1139b04c927ba3a3c
parent14565bedafb555bf2528c553f821ebea278177f2
With later version of DEC C on VMS, some functions (strcmp(), for
example) are declared with some extra linkage information.  This
generates a warning when using the function name as a value to a
regular function pointer with the "correct" definition of the
function.  Therefore, use a macro to cast the appropriate function on
VMS.
crypto/objects/o_names.c