From edb82ab8aecf9683d25c67536a453f21fc656373 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 5 Aug 2010 11:53:35 +0200 Subject: Some Doxygen fixes. --- src/libtls/tls_prf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtls/tls_prf.h') diff --git a/src/libtls/tls_prf.h b/src/libtls/tls_prf.h index 811ce2d05..9fb9bc2de 100644 --- a/src/libtls/tls_prf.h +++ b/src/libtls/tls_prf.h @@ -57,7 +57,7 @@ struct tls_prf_t { /** * Create a tls_prf instance with specific algorithm as in TLS 1.2. * - * @param hash underlying PRF function to use + * @param prf underlying PRF function to use * @return TLS PRF algorithm */ tls_prf_t *tls_prf_create_12(pseudo_random_function_t prf); -- cgit v1.2.3