Remove clashes between symbols that have the same name except for
authorRichard Levitte <levitte@openssl.org>
Sun, 11 Aug 2002 12:23:08 +0000 (12:23 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 11 Aug 2002 12:23:08 +0000 (12:23 +0000)
casing.

crypto/symhacks.h

index d9ad62ff03411b82ba1228adc4fb886aa849debb..c225602064240b8ed895dbba84f00fd9cf11f14b 100644 (file)
 #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,