commit | a36d23e290db16e50b8fffea62a8e782118e6798 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@offspark.com> | Mon Dec 30 17:57:27 2013 +0100 |
committer | Paul Bakker <p.j.bakker@offspark.com> | Mon Dec 30 17:57:27 2013 +0100 |
tree | f2b9ea9405e01c05ed4630cdf894209f96638e43 | |
parent | 92bc875e0a129bbe34bc4c2c99f9c98c0c381298 [diff] [blame] |
Fixed documentation issues found by clang
diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h index e4267c6..c2829a0 100644 --- a/include/polarssl/gcm.h +++ b/include/polarssl/gcm.h
@@ -201,7 +201,7 @@ /** * \brief Free a GCM context and underlying cipher sub-context * - * \param ctx + * \param ctx GCM context to free */ void gcm_free( gcm_context *ctx );