diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-11-17 01:29:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-11-17 01:29:09 -0500 |
commit | 116c37fb1346231af41de015e612bb0fd74f218e (patch) | |
tree | 48ca500dbc605892ef938a6d0ff5ffec19da5618 /src/LYReadCFG.c | |
parent | f388b2a11503c04e1b49047fd6e35d0f49e00b0b (diff) | |
download | lynx-snapshots-116c37fb1346231af41de015e612bb0fd74f218e.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6i
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 6dd1e306..81950c64 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.185 2015/10/08 08:51:26 Simon.Kainz Exp $ + * $LynxId: LYReadCFG.c,v 1.186 2015/10/10 00:31:57 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1719,8 +1719,8 @@ static Config_Type Config_Table [] = PARSE_ENU(RC_SOURCE_CACHE_FOR_ABORTED, LYCacheSourceForAborted, tbl_abort_source_cache), #endif PARSE_STR(RC_SSL_CERT_FILE, SSL_cert_file), - PARSE_STR(RC_SSL_CLIENT_CERT_FILE, SSL_client_cert_file), - PARSE_STR(RC_SSL_CLIENT_KEY_FILE, SSL_client_key_file), + PARSE_STR(RC_SSL_CLIENT_CERT_FILE, SSL_client_cert_file), + PARSE_STR(RC_SSL_CLIENT_KEY_FILE, SSL_client_key_file), PARSE_FUN(RC_STARTFILE, startfile_fun), PARSE_FUN(RC_STATUS_BUFFER_SIZE, status_buffer_size_fun), PARSE_SET(RC_STRIP_DOTDOT_URLS, LYStripDotDotURLs), |