- Timestamp:
- Apr 8, 2005, 6:31:04 PM (18 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- f2d7e3c
- Parents:
- 5a6446d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mod_gnutls.c
r5a6446d r482f47f 527 527 ap_hook_child_init(mod_gnutls_hook_child_init, NULL, NULL, 528 528 APR_HOOK_MIDDLE); 529 #if USING_2_1_RECENT 529 530 ap_hook_http_scheme(mod_gnutls_hook_http_scheme, NULL, NULL, 530 531 APR_HOOK_MIDDLE); 532 #else 533 ap_hook_http_method(mod_gnutls_hook_http_scheme, NULL, NULL, 534 APR_HOOK_MIDDLE); 535 #endif 531 536 ap_hook_default_port(mod_gnutls_hook_default_port, NULL, NULL, 532 537 APR_HOOK_MIDDLE);
Note: See TracChangeset
for help on using the changeset viewer.