]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a bad merge in quic-multi-stream.c demo
authorMatt Caswell <matt@openssl.org>
Fri, 25 Aug 2023 11:04:04 +0000 (12:04 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 28 Aug 2023 07:58:20 +0000 (09:58 +0200)
commitdac42bdce1ed19e646c2adf04b27fc92a9d0e374
treea0e70f7682a9fc6ae2556d9b80681f84e1747e9a
parent7a5f58b2cf0d7b2fa0451603a88c3976c657dae9
Fix a bad merge in quic-multi-stream.c demo

The function SSL_set_initial_peer_addr() got renamed to
SSL_set1_initial_peer_addr(). The demo missed out on the rename when it
got rebased on top of it.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21842)
demos/guide/quic-multi-stream.c