You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
angie/SOURCES/http-auth-radius.patch

11 lines
251 B

--- src/ngx_http_auth_radius_module.c
+++ src/ngx_http_auth_radius_module.c
@@ -1,7 +1,7 @@
-#include <assert.h>
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
+#include <assert.h>
#include "logger.h"
#include "radius_lib.h"