view auto/define @ 9129:7379cb29cd72

QUIC: unified ngx_quic_tls_open() and ngx_quic_tls_seal().
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 20 Jun 2023 17:59:01 +0400
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  $value
#endif

END