summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-12-22 12:18:19 +0000
committerTomas Mraz <tomas@openssl.org>2024-01-11 11:16:27 +0100
commit9eabb30ab4491bdcf49c5bfeef659ca846da5160 (patch)
treebc2a6624cb3966d5cd88a2b5a88dd4ed720dcf7c /fuzz
parentad08c814d84a203595985465933799f95fa08075 (diff)
QUIC RCIDM: Minor updates
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23022)
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/quic-rcidm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/quic-rcidm.c b/fuzz/quic-rcidm.c
index 51919b8d70..825fe0c2fd 100644
--- a/fuzz/quic-rcidm.c
+++ b/fuzz/quic-rcidm.c
@@ -129,7 +129,7 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
goto err;
}
- ossl_quic_rcidm_add_from_initial(rcidm, &arg_cid);
+ ossl_quic_rcidm_add_from_server_retry(rcidm, &arg_cid);
break;
case CMD_ADD_FROM_NCID: