Changeset da8c2fe in mod_gnutls
- Timestamp:
- Oct 3, 2011, 9:15:50 AM (11 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 9ee7549
- Parents:
- 74f798f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r74f798f rda8c2fe 320 320 GNUTLS_SEC_PARAM_NORMAL); 321 321 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, s, 322 "GnuTLS: Generating DH Params of %i bits \n"322 "GnuTLS: Generating DH Params of %i bits. " 323 323 "To avoid this use GnuTLSDHFile to specify DH Params for this host", 324 324 dh_bits); … … 331 331 } 332 332 #if MOD_GNUTLS_DEBUG 333 ap_log_ rerror(APLOG_MARK, APLOG_INFO, 0, r,333 ap_log_error(APLOG_MARK, APLOG_INFO, 0, s, 334 334 "GnuTLS: Generated DH Params of %i bits",dh_bits); 335 335 #endif
Note: See TracChangeset
for help on using the changeset viewer.