]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: use a backend standard message for "ALPN: offers %s"
authorDaniel Stenberg <daniel@haxx.se>
Thu, 31 Mar 2022 12:20:55 +0000 (14:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 Mar 2022 12:20:56 +0000 (14:20 +0200)
commit55043b40c1096e5dc3079d6cd21bb121d178caa7
tree7a5f58a4dc5202e5b938ade32b15f11c88e7e425
parent62d5818242a91cbb250110498f6c18719903c06c
vtls: use a backend standard message for "ALPN: offers %s"

I call it VTLS_INFOF_ALPN_OFFER_1STR, the '1str' meaning that the
infof() call also needs a string argument: the ALPN ID.

Closes #8657
lib/vtls/bearssl.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/openssl.c
lib/vtls/rustls.c
lib/vtls/schannel.c
lib/vtls/sectransp.c
lib/vtls/vtls.h
lib/vtls/wolfssl.c