view auto/nohave @ 8413:f27fdf86275d quic

Fixed return codes in ngx_quic_add_handshake_data() callback.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 29 May 2020 12:50:20 +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