changed #else /(/(%R%$23q489&%$§
FossilOrigin-Name: 07675458d8f5d2df6cee173102b1df9d4c191e6945a73701ee93d2e4271d5760
This commit is contained in:
parent
555f4fbb88
commit
6a11cd0b2c
@ -119,7 +119,7 @@ struct dtls_gnutls_data *dtls_gnutls_data_create(struct conn *conn,int config)
|
|||||||
int bits;
|
int bits;
|
||||||
#if GNUTLS_VERSION_NUMBER >= 0x030100
|
#if GNUTLS_VERSION_NUMBER >= 0x030100
|
||||||
bits = gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, GNUTLS_SEC_PARAM_INSECURE);
|
bits = gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, GNUTLS_SEC_PARAM_INSECURE);
|
||||||
#elif
|
#else
|
||||||
bits = gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, GNUTLS_SEC_PARAM_WEAK);
|
bits = gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, GNUTLS_SEC_PARAM_WEAK);
|
||||||
#endif
|
#endif
|
||||||
/* Generate Diffie-Hellman parameters - for use with DHE
|
/* Generate Diffie-Hellman parameters - for use with DHE
|
||||||
|
Loading…
Reference in New Issue
Block a user