From b63801cef205d4e32024767538108dd675dc8f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 30 Dec 2007 18:54:15 +0000 Subject: [PATCH] Add rsa. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22386 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/doxygen.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/hcrypto/doxygen.c b/lib/hcrypto/doxygen.c index fa37e58dc..51cd53a1e 100644 --- a/lib/hcrypto/doxygen.c +++ b/lib/hcrypto/doxygen.c @@ -50,8 +50,9 @@ * * Sections of this manual: * - * - @subpage page_dh * - @subpage page_evp + * - @subpage page_dh + * - @subpage page_rsa * * @subsection control_functions Control functions * @@ -68,6 +69,9 @@ /** @defgroup hcrypto_dh Diffie-Hellman functions * See the @ref page_dh for description and examples. */ +/** @defgroup hcrypto_rsa RSA functions + * See the @ref page_rsa for description and examples. + */ /** @defgroup hcrypto_evp EVP generic crypto functions * See the @ref page_evp for description and examples. */