Rename recently introduced functions for improved code clarity:
[DR]SA_up => [DR]SA_up_ref
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user