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.