commit | 9a73632fd9f4e08047b88230c24aa2133c8f880e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 14 12:39:52 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 14 12:39:52 2012 +0000 |
tree | ceb8276cd26f17ba556397ae81b192bbbc885909 | |
parent | 97872aceb6d438617b3b325cd7e0b402f3ae882f [diff] [blame] |
- Merged changesets 1399 up to and including 1415 into 1.2 branch
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 );