view auto/nohave @ 8987:30cad5a0931e quic

QUIC: limited SSL_set_quic_use_legacy_codepoint() API usage. As advertised in BoringSSL a1d3bfb64fd7ef2cb178b5b515522ffd75d7b8c5, it may be dropped once callers implementing the draft versions cycle out.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 27 Jan 2022 13:14:01 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  0
#endif

END