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
+
1
4
#include <ngx_core.h>
2
5
#include <ngx_config.h>
3
6
#include <ngx_http.h>
4
7
5
8
ngx_int_t ngx_http_set_misc_set_random (ngx_http_request_t * r ,
6
9
ngx_str_t * res , ngx_http_variable_value_t * v );
7
10
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
+
1
4
#include <ngx_core.h>
2
5
#include <ngx_config.h>
3
6
#include <ngx_http.h>
4
7
5
8
ngx_int_t ngx_http_set_misc_set_secure_random_alphanum (ngx_http_request_t * r ,
6
9
ngx_str_t * res , ngx_http_variable_value_t * v );
7
-
10
+
8
11
ngx_int_t ngx_http_set_misc_set_secure_random_lcalpha (ngx_http_request_t * r ,
9
12
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