view auto/types/value @ 5021:674f8739e443

SSL: calculation of buffer size moved closer to its usage. No functional changes.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 28 Jan 2013 15:38:36 +0000
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END