Loading apps/s_cb.c +3 −0 Original line number Diff line number Diff line Loading @@ -714,6 +714,9 @@ static STRINT_PAIR tlsext_types[] = { #ifdef TLSEXT_TYPE_application_layer_protocol_negotiation {"application layer protocol negotiation", TLSEXT_TYPE_application_layer_protocol_negotiation}, #endif #ifdef TLSEXT_TYPE_extended_master_secret {"extended master secret", TLSEXT_TYPE_extended_master_secret}, #endif {NULL} }; Loading Loading
apps/s_cb.c +3 −0 Original line number Diff line number Diff line Loading @@ -714,6 +714,9 @@ static STRINT_PAIR tlsext_types[] = { #ifdef TLSEXT_TYPE_application_layer_protocol_negotiation {"application layer protocol negotiation", TLSEXT_TYPE_application_layer_protocol_negotiation}, #endif #ifdef TLSEXT_TYPE_extended_master_secret {"extended master secret", TLSEXT_TYPE_extended_master_secret}, #endif {NULL} }; Loading