Changed #elsif to #elif.
FossilOrigin-Name: d3701a2ef6a02daba7321e07a7e0186acf4cdb82aa908ea27edd5b46a55b242b
This commit is contained in:
parent
e4019e7a26
commit
7a98b8eed8
@ -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);
|
||||||
#elseif
|
#elif
|
||||||
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