view auto/define @ 7650:abb6cc8f1dd8

OCSP stapling: moved response verification to a separate function.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 06 May 2020 21:44:14 +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  $value
#endif

END