]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Handle GNUTLS_CRD_IA in print_info().
authorSimon Josefsson <simon@josefsson.org>
Mon, 27 Aug 2007 14:36:32 +0000 (16:36 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 27 Aug 2007 14:36:32 +0000 (16:36 +0200)
src/common.c

index 70adb244b9102d8596a0f9d3d152a305af61e362..cfef402c39db3cf3c69ffefa0247ae5afb3b7c42 100644 (file)
@@ -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];