more stuff
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22397 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -152,11 +152,13 @@ DH_free(DH *dh)
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a reference to the DH object.
|
||||
* Add a reference to the DH object. The object should be free with
|
||||
* DH_free() to drop the reference.
|
||||
*
|
||||
* @param dh the object to increase the reference count too.
|
||||
*
|
||||
* @return the updated reference count
|
||||
* @return the updated reference count, can't safely be used except
|
||||
* for debug printing.
|
||||
*
|
||||
* @ingroup hcrypto_dh
|
||||
*/
|
||||
|
Reference in New Issue
Block a user