view auto/have @ 7856:aecd8ec29c8e quic

Removed redundant SSL_do_handshake call before any handshake data.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 09 May 2020 17:39:47 +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  1
#endif

END