mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix comment to reflext the base64DecodeExt change
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
#define S_ISUID 04000
|
#define S_ISUID 04000
|
||||||
#endif /* defined(WIN32 || NETWARE) */
|
#endif /* defined(WIN32 || NETWARE) */
|
||||||
|
|
||||||
/* Base64 tables used in decodeBase64Ext */
|
/* Base64 tables used in base64DecodeExt */
|
||||||
static const char b64_pad = '=';
|
static const char b64_pad = '=';
|
||||||
|
|
||||||
static const short b64_reverse_t[256] = {
|
static const short b64_reverse_t[256] = {
|
||||||
|
Reference in New Issue
Block a user