view auto/nohave @ 8672:13c537def699 quic

QUIC: removed unused <openssl/aes.h> inclusion. The low-level API was used in early QUIC development.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Dec 2020 16:41:56 +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