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. */