From: Richard Levitte Date: Sun, 11 Aug 2002 12:23:08 +0000 (+0000) Subject: Remove clashes between symbols that have the same name except for X-Git-Tag: OpenSSL_0_9_7-beta4~203^2~17 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f0db0ed35d22c5f470bda33b934462868031097d;hp=6d24cbf452eb9eb88e98eec351aaae503fda3ddf Remove clashes between symbols that have the same name except for casing. --- diff --git a/crypto/symhacks.h b/crypto/symhacks.h index d9ad62ff03..c225602064 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -294,6 +294,15 @@ #undef OCSP_crlID_new #define OCSP_crlID_new OCSP_crlID2_new +#undef d2i_ECPARAMETERS +#define d2i_ECPARAMETERS d2i_UC_ECPARAMETERS +#undef i2d_ECPARAMETERS +#define i2d_ECPARAMETERS i2d_UC_ECPARAMETERS +#undef d2i_ECPKPARAMETERS +#define d2i_ECPKPARAMETERS d2i_UC_ECPKPARAMETERS +#undef i2d_ECPKPARAMETERS +#define i2d_ECPKPARAMETERS i2d_UC_ECPKPARAMETERS + /* These functions do not seem to exist! However, I'm paranoid... Original command in x509v3.h: These functions are being redefined in another directory,