Changeset 2226711 in mod_gnutls
- Timestamp:
- Dec 2, 2007, 6:16:09 PM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- a3c97d1
- Parents:
- d786d75
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/02/07 18:16:09)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/02/07 18:16:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
rd786d75 r2226711 362 362 363 363 /* Check if the priorities have been set */ 364 if (sc->priorities == NULL ) {364 if (sc->priorities == NULL && sc->enabled == GNUTLS_ENABLED_TRUE) { 365 365 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, s, 366 366 "GnuTLS: Host '%s:%d' is missing the GnuTLSPriorities directive!",
Note: See TracChangeset
for help on using the changeset viewer.