From 0508c84035d974e75b6cb1d88ac483be718cd575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Dec 2007 13:01:10 +0000 Subject: [PATCH] more doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22363 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/evp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/evp.c b/lib/hcrypto/evp.c index 40044b94e..ea793361f 100644 --- a/lib/hcrypto/evp.c +++ b/lib/hcrypto/evp.c @@ -665,7 +665,7 @@ EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) /** * Return the IV size of the cipher context. * - * @param c cipher context to get the IV size from. + * @param ctx cipher context to get the IV size from. * * @return the IV size of the cipher context. *