Rename recently introduced functions for improved code clarity:
[openssl.git] / crypto / dsa / dsa.h
index 7fc8fd303b6d50dd64dc4437b36977ac7bb0850b..e12cee0b75dfb85eeeb9d95174a5015e17eb2c61 100644 (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);