comparison src/http/modules/ngx_http_ssl_module.c @ 8714:05e0988a6898 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 10 Mar 2021 15:39:01 +0300
parents 5b51d8405378 7ce28b4cc57e
children fac88e160653
comparison
equal deleted inserted replaced
8713:d981c7bd1da7 8714:05e0988a6898
1305 static char * 1305 static char *
1306 ngx_http_ssl_conf_command_check(ngx_conf_t *cf, void *post, void *data) 1306 ngx_http_ssl_conf_command_check(ngx_conf_t *cf, void *post, void *data)
1307 { 1307 {
1308 #ifndef SSL_CONF_FLAG_FILE 1308 #ifndef SSL_CONF_FLAG_FILE
1309 return "is not supported on this platform"; 1309 return "is not supported on this platform";
1310 #endif 1310 #else
1311
1312 return NGX_CONF_OK; 1311 return NGX_CONF_OK;
1312 #endif
1313 } 1313 }
1314 1314
1315 1315
1316 static ngx_int_t 1316 static ngx_int_t
1317 ngx_http_ssl_init(ngx_conf_t *cf) 1317 ngx_http_ssl_init(ngx_conf_t *cf)