From 85234ee1d45ad5021ec38744140a36dd06d4f7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 1 Jan 2008 20:20:31 +0000 Subject: [PATCH] more stuff git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22397 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/dh.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/hcrypto/dh.c b/lib/hcrypto/dh.c index 246e7fec3..b2aa890e5 100644 --- a/lib/hcrypto/dh.c +++ b/lib/hcrypto/dh.c @@ -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 */