]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- enabled CipherList and ServerSSLOptions options
authorAdam Osuchowski <adwol@pld-linux.org>
Mon, 20 Oct 2014 12:21:03 +0000 (14:21 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Mon, 20 Oct 2014 12:21:03 +0000 (14:21 +0200)
sendmail.spec

index 05ea4de0a626f66435115e48be9ce12939d10be1..9e95a9419be7118a9ac2f1f47a445b5b1744d0f5 100644 (file)
@@ -220,6 +220,7 @@ echo "APPENDDEF(\`confLIBS', \`-lpq -lresolv -lcrypto')" >> config.m4
 %endif
 %if %{with tls}
 echo "APPENDDEF(\`confENVDEF', \`-DSTARTTLS')" >> config.m4
+echo "APPENDDEF(\`confENVDEF', \`-D_FFR_TLS_1')" >> config.m4
 echo "APPENDDEF(\`confLIBS', \`-lssl -lcrypto')" >> config.m4
 %endif
 
This page took 0.054287 seconds and 4 git commands to generate.