mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Forgot to add the check for Mono
This commit is contained in:
parent
10e62b5ee1
commit
4c950ab231
@ -157,7 +157,7 @@ namespace LibHac
|
||||
public static Validity Rsa2048PssVerify(byte[] data, byte[] signature, byte[] modulus)
|
||||
{
|
||||
#if NETFRAMEWORK
|
||||
if (true)
|
||||
if (Compat.IsMono)
|
||||
{
|
||||
return Compat.Rsa2048PssVerifyMono(data, signature, modulus)
|
||||
? Validity.Valid
|
||||
|
Loading…
x
Reference in New Issue
Block a user