Home | History | Annotate | Download | only in apps

Lines Matching full:proto_len

2083 		unsigned int proto_len;
2084 SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
2086 BIO_write(bio, proto, proto_len);