Rename recently introduced functions for improved code clarity:

[DR]SA_up  =>  [DR]SA_up_ref
This commit is contained in:
Bodo Möller
2001-09-03 13:40:07 +00:00
parent 983495c4b2
commit 6ac4e8bd6e
9 changed files with 16 additions and 16 deletions

View File

@@ -982,7 +982,7 @@ static int ssl3_send_server_key_exchange(SSL *s)
SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,SSL_R_ERROR_GENERATING_TMP_RSA_KEY);
goto f_err;
}
RSA_up(rsa);
RSA_up_ref(rsa);
cert->rsa_tmp=rsa;
}
if (rsa == NULL)