aboutsummaryrefslogtreecommitdiff
path: root/src/usr.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-18 10:04:33 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-18 10:04:33 +0300
commit9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02 (patch)
tree5a9971eb3dc6494e09a07020c6e088304104b1fd /src/usr.opt
parentbe939243b4c916fde82ca69973e9d1bd94e668d6 (diff)
downloadanubis-9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02.tar.gz
anubis-9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02.tar.bz2
More fixes.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Enable everything. * src/anubisusr.c [USE_GNUTLS] (tls_cafile): Remove. [USE_GNUTLS] (secure): New global. (starttls): Update start_ssl_client invocation. * src/usr.opt (tls-cafile option): Set secure.cafile. * src/authmode.c (asmtp_ehlo): Update call to start_ssl_server. * src/getopt.m4 (version_etc_copyright): Update copyright years. * src/gpg.c (gpg_proc): Remove useless preprocessor checks. * src/headers.h: Likewise. * src/rc-gram.y (yyerror): Argument is const char *. * testsuite/mta.c: Remove the use of deprecated gnutls types and functions.
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,
33 Use given CA file.) 33 Use given CA file.)
34BEGIN 34BEGIN
35#ifdef HAVE_TLS 35#ifdef HAVE_TLS
36 tls_cafile = optarg; 36 secure.cafile = optarg;
37#endif 37#endif
38END 38END
39 39

Return to:

Send suggestions and report system problems to the System administrator.