aboutsummaryrefslogtreecommitdiff
path: root/src/usr.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.opt')
-rw-r--r--src/usr.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr.opt b/src/usr.opt
index 72ab222..fa9d859 100644
--- a/src/usr.opt
+++ b/src/usr.opt
@@ -37,6 +37,13 @@ BEGIN
37#endif 37#endif
38END 38END
39 39
40OPTION(tls-priorities,,PRIO,Set TLS priorities)
41BEGIN
42#ifdef HAVE_TLS
43 secure.prio = optarg;
44#endif
45END
46
40OPTION(file,f,FILE, 47OPTION(file,f,FILE,
41 Set user configuration file name.) 48 Set user configuration file name.)
42BEGIN 49BEGIN

Return to:

Send suggestions and report system problems to the System administrator.