openbsd-ports/www/links+/patches/patch-main_c
fgsch 9651b32682 http auth support; code from elinks merged to links by
Sergey Karpov <karpov@sai.msu.su> via
William Yodlowsky <bsd@openbsd.rutgers.edu>.
thanks to pval@ and pedro bastos for testing.
2002-12-11 08:07:17 +00:00

20 lines
544 B
Plaintext

$OpenBSD: patch-main_c,v 1.1 2002/12/11 08:07:17 fgsch Exp $
--- main.c.orig Sat Oct 12 15:48:21 2002
+++ main.c Sat Nov 30 21:51:38 2002
@@ -351,6 +351,7 @@ void initialize_all_subsystems(void)
init_dns();
init_cache();
iinit_bfu();
+ init_auth();
}
/* Is called sometimes after and sometimes before graphics driver init */
@@ -385,6 +386,7 @@ void terminate_all_subsystems(void)
free_history_lists();
free_term_specs();
free_types();
+ free_auth();
if (init_b) finalize_bookmarks();
free_conv_table();
free_blacklist();