fishlim: Fix build warning
This commit is contained in:
parent
7510ab36b7
commit
23c7e7c3da
|
@ -189,8 +189,10 @@ dh1080_compute_key (const char *priv_key, const char *pub_key, char **secret_key
|
||||||
char *pub_key_data;
|
char *pub_key_data;
|
||||||
gsize pub_key_len;
|
gsize pub_key_len;
|
||||||
BIGNUM *pk;
|
BIGNUM *pk;
|
||||||
BIGNUM *temp_pub_key = BN_new();
|
|
||||||
DH *dh;
|
DH *dh;
|
||||||
|
#ifdef HAVE_DH_SET0_KEY
|
||||||
|
BIGNUM *temp_pub_key = BN_new();
|
||||||
|
#endif
|
||||||
|
|
||||||
g_assert (secret_key != NULL);
|
g_assert (secret_key != NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue