diff --git a/examples/h09server.cc b/examples/h09server.cc index c368005dea29f2c658a10a7579c60951b033e7ec..4a057323618ee2fef3f667dcb430aedac47bba81 100644 --- a/examples/h09server.cc +++ b/examples/h09server.cc @@ -2558,8 +2558,7 @@ int alpn_select_proto_cb(SSL *ssl, const unsigned char **out, } if (!config.quiet) { - std::cerr << "Client did not present ALPN " << &NGHTTP3_ALPN_H3[1] - << std::endl; + std::cerr << "Client did not present ALPN " << &HQ_ALPN[1] << std::endl; } return SSL_TLSEXT_ERR_ALERT_FATAL;