view auto/nohave @ 9127:a7b850a5d98d

QUIC: common cipher control constants instead of GCM-related. The constants are used for both GCM and CHACHAPOLY.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 09 Jun 2023 10:23:22 +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  0
#endif

END