------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=665 --- Comment #6 from Phil Pennock <[EMAIL PROTECTED]> 2008-08-14 19:49:04 --- Oh good, it's an obvious and sane versioning scheme. Always a pleasant surprise. So it's safe to just use: #if LIBGNUTLS_VERSION_NUMBER >= 0x020104 as a guard on the actual application of the function and to debug-log a notice that GNUTLS is too old to support this otherwise. Seems saner than making the option's availability conditional upon version numbers, since the impact of this not being applied is some clients not having their bugginess supported which doesn't seem so critical that the code should be made messier for that. I think this is a minor enough change for the committer to apply that they don't need a new patch from me. :) (Shout if I'm wrong) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
