mirror of https://github.com/FreeRDP/FreeRDP
[crypto,cert] remove too strict assert
This commit is contained in:
parent
41eb024d98
commit
91b0f6d444
|
@ -1522,7 +1522,6 @@ BYTE* freerdp_certificate_get_der(const rdpCertificate* cert, size_t* pLength)
|
|||
BOOL freerdp_certificate_is_rsa(const rdpCertificate* cert)
|
||||
{
|
||||
WINPR_ASSERT(cert);
|
||||
WINPR_ASSERT(cert->x509);
|
||||
return is_rsa_key(cert->x509);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue