From: Dr. Stephen Henson Date: Thu, 11 Nov 2004 01:18:57 +0000 (+0000) Subject: The use of "exp" as a variable name in a prototype causes a conflict with FC2 X-Git-Tag: BEN_FIPS_TEST_6~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f94481196cfa56ff49370294e669472ec1030dee;p=oweals%2Fopenssl.git The use of "exp" as a variable name in a prototype causes a conflict with FC2 headers. --- diff --git a/crypto/engine/vendor_defns/sureware.h b/crypto/engine/vendor_defns/sureware.h index 1d3789219d..4bc22027f9 100644 --- a/crypto/engine/vendor_defns/sureware.h +++ b/crypto/engine/vendor_defns/sureware.h @@ -232,7 +232,7 @@ extern SW_EXPORT SureWareHook_Dsa_Sign_t SureWareHook_Dsa_Sign; * mlen,elen and dlen are all multiple of sizeof(unsigned long) */ typedef int SureWareHook_Mod_Exp_t(char*const msg,int mlen,const unsigned long *mod, - int elen,const unsigned long *exp, + int elen,const unsigned long *exponent, int dlen,unsigned long *data, unsigned long *res); extern SW_EXPORT SureWareHook_Mod_Exp_t SureWareHook_Mod_Exp;