">" -> ">=" for EXIM_CLIENT_DH_MIN_BITS+10
authorPhil Pennock <pdp@exim.org>
Sun, 27 May 2012 05:34:36 +0000 (01:34 -0400)
committerPhil Pennock <pdp@exim.org>
Sun, 27 May 2012 05:34:36 +0000 (01:34 -0400)
src/src/tls-gnu.c

index 214007e5f744046a87c72debccbdbf5a9051859f..e2fcb3338d31a2235ad14ec529a59d3ba7e33fbc 100644 (file)
@@ -503,7 +503,7 @@ if (rc < 0)
    * So we ask for less, and proceed on a wing and a prayer.
    * First attempt, subtracted 3 for 2233 and got 2240.
    */
    * So we ask for less, and proceed on a wing and a prayer.
    * First attempt, subtracted 3 for 2233 and got 2240.
    */
-  if (dh_bits > EXIM_CLIENT_DH_MIN_BITS + 10)
+  if (dh_bits >= EXIM_CLIENT_DH_MIN_BITS + 10)
     {
     dh_bits_gen = dh_bits - 10;
     DEBUG(D_tls)
     {
     dh_bits_gen = dh_bits - 10;
     DEBUG(D_tls)