Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)
OP_END
};
-/* 82. Test query of available streams */
+/* 83. Test query of available streams */
static int check_avail_streams(struct helper *h, struct helper_local *hl)
{
uint64_t v = 0;
return 1;
}
-static const struct script_op script_82[] = {
+static const struct script_op script_83[] = {
OP_C_SET_ALPN ("ossltest")
OP_C_CONNECT_WAIT ()
OP_END
};
-
static const struct script_op *const scripts[] = {
script_1,
script_2,