From 09077f7e9c04a0b088f630b5384b1c47fcf1e771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 18 Apr 2008 10:02:20 +0000 Subject: [PATCH] Add reference to DES, more quick links. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23039 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/doxygen.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/lib/hcrypto/doxygen.c b/lib/hcrypto/doxygen.c index 51cd53a1e..7803f83a7 100644 --- a/lib/hcrypto/doxygen.c +++ b/lib/hcrypto/doxygen.c @@ -50,9 +50,13 @@ * * Sections of this manual: * - * - @subpage page_evp - * - @subpage page_dh - * - @subpage page_rsa + * - @subpage page_evp, @ref hcrypto_evp + * - @subpage page_dh, @ref hcrypto_dh + * - @subpage page_rsa, @ref hcrypto_rsa + * + * Older interfaces that you should not use: + * + * - @subpage page_des, @ref hcrypto_des * * @subsection control_functions Control functions * @@ -75,4 +79,10 @@ /** @defgroup hcrypto_evp EVP generic crypto functions * See the @ref page_evp for description and examples. */ +/** @defgroup hcrypto_rand RAND crypto functions + * See the @ref page_rand for description and examples. + */ +/** @defgroup hcrypto_des DES crypto functions + * See the @ref page_des for description and examples. + */ /** @defgroup hcrypto_core hcrypto function controlling behavior */