commit | 77db6ce3481ad610ee786d5ab171d5d10c1cb59d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 07 19:57:39 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 07 19:57:39 2012 +0000 |
tree | a7cd936bb47ebab4a022941952a9f292de6bc2cb | |
parent | 6831c4a1a86f5adab85778fb3f6936a65b8dbc27 [diff] [blame] |
- Fixed doxygen blocks
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index ba6e424..48d9268 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h
@@ -225,7 +225,7 @@ int dhm_calc_secret( dhm_context *ctx, unsigned char *output, size_t *olen ); -/* +/** * \brief Free the components of a DHM key */ void dhm_free( dhm_context *ctx );