From bec34fc8acf3634bc5ae4d6302802e98aa21bbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Aug 2008 20:14:41 +0000 Subject: [PATCH] ref to example. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23632 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/evp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hcrypto/evp.c b/lib/hcrypto/evp.c index 600ddb927..3375da7a3 100644 --- a/lib/hcrypto/evp.c +++ b/lib/hcrypto/evp.c @@ -68,7 +68,8 @@ RCSID("$Id$"); * * The use of EVP_CipherInit_ex() and EVP_Cipher() is pretty easy to * understand forward, then EVP_CipherUpdate() and - * EVP_CipherFinal_ex() really needs an example to explain. + * EVP_CipherFinal_ex() really needs an example to explain @ref + * example_evp_cipher.c . * * @example example_evp_cipher.c *