mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Nginx: Fix implicit declaration of base64 encode funtion
This commit is contained in:
parent
35b36b7032
commit
400a5f5f55
@ -16,6 +16,8 @@
|
|||||||
#include <apr_bucket_nginx.h>
|
#include <apr_bucket_nginx.h>
|
||||||
#include <ngx_pool_context.h>
|
#include <ngx_pool_context.h>
|
||||||
|
|
||||||
|
#include <apr_base64.h>
|
||||||
|
|
||||||
#undef CR
|
#undef CR
|
||||||
#undef LF
|
#undef LF
|
||||||
#undef CRLF
|
#undef CRLF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user