summaryrefslogtreecommitdiff
path: root/alpine/alpine.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-04-28 16:01:14 -0600
committerEduardo Chappa <chappa@washington.edu>2019-04-28 16:01:14 -0600
commit19cde66486e27063a9af8cfd79c6eb7f106b9111 (patch)
treefb4030770107efa52e0be46a6bbc755fbd590229 /alpine/alpine.c
parent3443fe5fcfcb33d3a2510111855e619632de57df (diff)
downloadalpine-19cde66486e27063a9af8cfd79c6eb7f106b9111.tar.xz
* Compilation failure in Solaris when ldap is enabled. Reported by
"mechanic" in comp.mail.pine. * Configure script modifications to set the ldap-dir value correctly. * Fix some typos in documentation.
Diffstat (limited to 'alpine/alpine.c')
-rw-r--r--alpine/alpine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/alpine.c b/alpine/alpine.c
index e0a914ae..3b7df35f 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -707,7 +707,7 @@ main(int argc, char **argv)
if(max_v > 0 && max_v < (long) pith_ssl_encryption_version("tls1")){
snprintf(tmp_20k_buf, SIZEOF_20KBUF,
_("Security alert: SSL maximum encryption version was set to SSLv3."),
- ps_global->VAR_ENCRYPTION_RANGE);
+ ps_global->VAR_ENCRYPTION_RANGE);
tmp_20k_buf[SIZEOF_20KBUF-1] = '\0';
init_error(ps_global, SM_ORDER | SM_DING, 3, 5, tmp_20k_buf);
}