On Fri, 28 Oct 2005, Simon Josefsson wrote:

GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.

Any ideas on how we can know at compile-time if these are present or not? Them being enum values make it rather tricky since we can't simply do:

#ifdef GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2
flags | = GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2;
#endif

or similar. Of course I can make a configure-check for them, but it would be nice with some simple preprocessor magic...

--
         -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to