File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ #ifndef NGX_SET_RANDOM_H
2+ #define NGX_SET_RANDOM_H
3+
14#include <ngx_core.h>
25#include <ngx_config.h>
36#include <ngx_http.h>
47
58ngx_int_t ngx_http_set_misc_set_random (ngx_http_request_t * r ,
69 ngx_str_t * res , ngx_http_variable_value_t * v );
710
11+ #endif /* NGX_SET_RANDOM_H */
12+
Original file line number Diff line number Diff line change 1+ #ifndef NGX_SET_SECURE_RANDOM_H
2+ #define NGX_SET_SECURE_RANDOM_H
3+
14#include <ngx_core.h>
25#include <ngx_config.h>
36#include <ngx_http.h>
47
58ngx_int_t ngx_http_set_misc_set_secure_random_alphanum (ngx_http_request_t * r ,
69 ngx_str_t * res , ngx_http_variable_value_t * v );
7-
10+
811ngx_int_t ngx_http_set_misc_set_secure_random_lcalpha (ngx_http_request_t * r ,
912 ngx_str_t * res , ngx_http_variable_value_t * v );
13+
14+ #endif /* NGX_SET_SECURE_RANDOM_H */
15+
You can’t perform that action at this time.
0 commit comments