mirror of
https://github.com/decaf-emu/decaf-emu.git
synced 2026-07-10 18:58:15 +00:00
ios/nsec: Fix exportInternalServerCertificate.
This appeared to work before because properties were not being correctly read.
This commit is contained in:
@@ -138,7 +138,7 @@ NSSLDevice::exportInternalServerCertificate(
|
||||
return NSSLError::CertNoAccess;
|
||||
}
|
||||
|
||||
if (checkCertExportable(certMetaData)) {
|
||||
if (!checkCertExportable(certMetaData)) {
|
||||
return NSSLError::CertNotExportable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user