From 3cc471f0592f8686212cb21a5ce437d94f3d91b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Dec 2007 11:52:25 +0000 Subject: [PATCH] add evp git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22357 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/doxygen.c | 4 ++++ 1 file changed, 4 insertions(+) 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. + */