diff --git a/lib/hcrypto/doxygen.c b/lib/hcrypto/doxygen.c index a765c97be..629beeaa5 100644 --- a/lib/hcrypto/doxygen.c +++ b/lib/hcrypto/doxygen.c @@ -44,6 +44,7 @@ * Sections of this manual: * * @subpage page_dh + * @subpage page_evp * * The project web page: * http://www.h5l.org/ @@ -55,3 +56,6 @@ /** @defgroup hcrypto_dh Diffie-Hellman functions * See the @ref page_dh for description and examples. */ +/** @defgroup hcrypto_evp EVP generic crypto functions + * See the @ref page_evp for description and examples. + */