commit missing apps code for reneg fix
[openssl.git] / apps / s_cb.c
index 78c8a5cc28e7e32229e6465b4e54de8538b4ab56..4d0975ab4166b40c62859a66c1138f2cb565ccf2 100644 (file)
@@ -338,6 +338,9 @@ void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
                }
        }
 
+               case TLSEXT_TYPE_renegotiate:
+               extname = "renegotiate";
+               break;
 
 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
        {