- Timestamp:
- Oct 3, 2011, 8:08:37 AM (11 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 74f798f
- Parents:
- 410d216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r410d216 rfe42bfb 317 317 318 318 if (sc_base->dh_params == NULL) { 319 gnutls_dh_params_generate2 (dh_params,319 rv = gnutls_dh_params_generate2 (dh_params, 320 320 gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH,GNUTLS_SEC_PARAM_HIGH)); 321 321 if (rv < 0) { … … 358 358 /* else not an error but RSA-EXPORT ciphersuites are not available */ 359 359 360 void *load = NULL;361 360 if (sc->dh_params != NULL) { 362 361 gnutls_certificate_set_dh_params(sc->certs, sc->dh_params);
Note: See TracChangeset
for help on using the changeset viewer.