From: Richard Levitte Date: Tue, 28 Apr 2009 12:48:02 +0000 (+0000) Subject: Stupid typo X-Git-Tag: OpenSSL-fips-2_0-rc1~1704 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f8a22334574747c790c85ba01f9aaf27a8d35064;p=oweals%2Fopenssl.git Stupid typo --- diff --git a/engines/ccgost/gost_lcl.h b/engines/ccgost/gost_lcl.h index 0396df141a..81fecd38a2 100644 --- a/engines/ccgost/gost_lcl.h +++ b/engines/ccgost/gost_lcl.h @@ -89,15 +89,15 @@ typedef struct { /* FIXME incomplete */ -- Richard Levitte */ #ifdef OPENSSL_SYS_VMS #undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_it -#defined GOST_CLIENT_KEY_EXCHANGE_PARAMS_it GOST_CLIENT_KEY_EXC_PARAMS_it +#define GOST_CLIENT_KEY_EXCHANGE_PARAMS_it GOST_CLIENT_KEY_EXC_PARAMS_it #undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_new -#defined GOST_CLIENT_KEY_EXCHANGE_PARAMS_new GOST_CLIENT_KEY_EXC_PARAMS_new +#define GOST_CLIENT_KEY_EXCHANGE_PARAMS_new GOST_CLIENT_KEY_EXC_PARAMS_new #undef GOST_CLIENT_KEY_EXCHANGE_PARAMS_free -#defined GOST_CLIENT_KEY_EXCHANGE_PARAMS_free GOST_CLIENT_KEY_EXC_PARAMS_free +#define GOST_CLIENT_KEY_EXCHANGE_PARAMS_free GOST_CLIENT_KEY_EXC_PARAMS_free #undef d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS -#defined d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS d2i_GOST_CLIENT_KEY_EXC_PARAMS +#define d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS d2i_GOST_CLIENT_KEY_EXC_PARAMS #undef i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS -#defined i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS i2d_GOST_CLIENT_KEY_EXC_PARAMS +#define i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS i2d_GOST_CLIENT_KEY_EXC_PARAMS #endif /* End of hack */ DECLARE_ASN1_FUNCTIONS(GOST_CLIENT_KEY_EXCHANGE_PARAMS) typedef struct {