about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-01-25 23:35:20 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2019-01-25 23:35:20 +0000
commit6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d (patch)
tree1ce965d269f77311d8a07fef8aac53d5f418c511 /src/LYMain.c
parente7901ddb0a5d4c0a607d45d8f73b21243e96bae3 (diff)
downloadlynx-snapshots-6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d.tar.gz
snapshot of project "lynx", label v2-9-0dev_0k
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index 7c8eca0e..db53bbb5 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.283 2018/12/28 14:21:31 tom Exp $
+ * $LynxId: LYMain.c,v 1.285 2019/01/25 00:06:42 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -587,6 +587,7 @@ BOOLEAN LYQuitDefaultYes = QUIT_DEFAULT_YES;
 BOOLEAN dont_wrap_pre = FALSE;
 
 int cookie_noprompt;
+int cookie_version = COOKIES_RFC_6265;
 
 #ifdef USE_SSL
 int ssl_noprompt = FORCE_PROMPT_DFT;