
The 'bits' parameter to select_dh_group() is the minimum acceptable bit size. Rename 'bits' to 'min_bits' and fix the comparision with krb5_dh_moduli.bits to ensure that DH groups whose bit size is the minimum acceptable are not excluded. Fixes #1002 Reported-By: Julien Rische (GitHub: jrisc)