more stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22397 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-01-01 20:20:31 +00:00
parent d018b321d7
commit 85234ee1d4

View File

@@ -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. * @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 * @ingroup hcrypto_dh
*/ */