From 474e1508121da1e2fd6da9f52a015fe14569ff80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 11 Dec 2007 11:00:14 +0000 Subject: [PATCH] More documentation. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22272 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/dh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/dh.c b/lib/hcrypto/dh.c index a56a77fe1..bdcd672a5 100644 --- a/lib/hcrypto/dh.c +++ b/lib/hcrypto/dh.c @@ -44,7 +44,7 @@ RCSID("$Id$"); #include /** - * \page DH DH - Diffie-Hellman key exchange + * @page page_dh DH - Diffie-Hellman key exchange * * Diffie-Hellman key exchange is a protocol that allows two parties * to establish a shared secret key.