mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix comment to reflext the base64DecodeExt change
This commit is contained in:
parent
808a7bbc12
commit
352514f7d8
@ -47,7 +47,7 @@
|
||||
#define S_ISUID 04000
|
||||
#endif /* defined(WIN32 || NETWARE) */
|
||||
|
||||
/* Base64 tables used in decodeBase64Ext */
|
||||
/* Base64 tables used in base64DecodeExt */
|
||||
static const char b64_pad = '=';
|
||||
|
||||
static const short b64_reverse_t[256] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user