111
This commit is contained in:
@@ -415,4 +415,5 @@ bool CBASE64::decryptByPublicPEMString(const std::string& strIn, std::string& st
|
||||
bool b = __encryptOrDecrypt(strIn, strOut, rsa, (const void*)RSA_public_decrypt, false);
|
||||
RSA_free(rsa);
|
||||
return b;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user