fixup! Fix ANSI C11 support.
This commit is contained in:
parent
90aaf23bb5
commit
6e1855b00c
@ -169,7 +169,7 @@ const char *mpw_site_crypted_password_v0(
|
|||||||
if (strlen( cipherText ) % 4 != 0) {
|
if (strlen( cipherText ) % 4 != 0) {
|
||||||
wrn( "Malformed encrypted state, not base64." );
|
wrn( "Malformed encrypted state, not base64." );
|
||||||
// This can happen if state was stored in a non-encrypted form, eg. login in old mpsites.
|
// This can happen if state was stored in a non-encrypted form, eg. login in old mpsites.
|
||||||
return strdup( cipherText );
|
return mpw_strdup( cipherText );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Base64-decode
|
// Base64-decode
|
||||||
|
Loading…
Reference in New Issue
Block a user