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

@@ -179,7 +179,7 @@ DSA * DSA_new_method(struct engine_st *engine);
#endif
void DSA_free (DSA *r);
/* "up" the DSA object's reference count */
int DSA_up(DSA *r);
int DSA_up_ref(DSA *r);
int DSA_size(const DSA *);
/* next 4 return -1 on error */
int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);