From: Simon Josefsson Date: Mon, 27 Aug 2007 14:36:32 +0000 (+0200) Subject: Handle GNUTLS_CRD_IA in print_info(). X-Git-Tag: gnutls_1_7_19~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=629cec1940822914c704fc2baf80dfb175ef3e3d;p=thirdparty%2Fgnutls.git Handle GNUTLS_CRD_IA in print_info(). --- diff --git a/src/common.c b/src/common.c index 70adb244b9..cfef402c39 100644 --- a/src/common.c +++ b/src/common.c @@ -530,6 +530,9 @@ print_info (gnutls_session_t session, const char *hostname) } break; #endif + case GNUTLS_CRD_IA: + printf ("- TLS/IA authentication\n"); + break; case GNUTLS_CRD_CERTIFICATE: { char dns[256];