aboutsummaryrefslogtreecommitdiff
path: root/src/usr.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.opt')
-rw-r--r--src/usr.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.opt b/src/usr.opt
index 58d2a06..72ab222 100644
--- a/src/usr.opt
+++ b/src/usr.opt
@@ -33,7 +33,7 @@ OPTION(tls-cafile,C,FILE,
Use given CA file.)
BEGIN
#ifdef HAVE_TLS
- tls_cafile = optarg;
+ secure.cafile = optarg;
#endif
END

Return to:

Send suggestions and report system problems to the System administrator.