X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fstatem_srvr.c;h=ca020c551106a2ed9f6f9094d4cadd0c33573082;hp=28f3b24cd6da374311987407f591e3fe4fadc7ef;hb=26f426846ec3798a27f19600f05e4e41446d5b4f;hpb=fc5ece2ee4c7ef41759c2267eccbe08df3245721 diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c index 28f3b24cd6..ca020c5511 100644 --- a/ssl/statem/statem_srvr.c +++ b/ssl/statem/statem_srvr.c @@ -1423,7 +1423,8 @@ MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) /* Preserve the raw extensions PACKET for later use */ extensions = clienthello.extensions; if (!tls_collect_extensions(s, &extensions, EXT_CLIENT_HELLO, - &clienthello.pre_proc_exts, &al, NULL)) { + &clienthello.pre_proc_exts, &al, + &clienthello.pre_proc_exts_len)) { /* SSLerr already been called */ goto f_err; }