mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
PR: 381
This commit is contained in:
parent
85940ea8ea
commit
ced621e3c2
@ -1021,7 +1021,7 @@ static int hwcrhk_rsa_mod_exp(BIGNUM *r, const BIGNUM *I, RSA *rsa)
|
||||
|
||||
/* Perform the operation */
|
||||
ret = p_hwcrhk_ModExpCRT(hwcrhk_context, m_a, m_p, m_q,
|
||||
m_dmp1, m_dmq1, m_iqmp, &m_r, NULL);
|
||||
m_dmp1, m_dmq1, m_iqmp, &m_r, &rmsg);
|
||||
|
||||
/* Convert the response */
|
||||
r->top = m_r.size / sizeof(BN_ULONG);
|
||||
@ -1319,7 +1319,7 @@ static void hwcrhk_log_message(void *logstr, const char *message)
|
||||
lstream=*(BIO **)logstr;
|
||||
if (lstream)
|
||||
{
|
||||
BIO_write(lstream, message, strlen(message));
|
||||
BIO_printf(lstream, "%s\n", message);
|
||||
}
|
||||
CRYPTO_w_unlock(CRYPTO_LOCK_BIO);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user