commit | ff7fe670bbc33e5b5664dc609c92cbbb8b78e005 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 18 09:45:05 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 18 09:45:05 2010 +0000 |
tree | 60928a8680ee1e4345acc9001c4550318744e0fa | |
parent | f55ec08bc808b94fabd607bdab45fcd26261acd4 [diff] |
- Minor DHM code cleanup/comments
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index f63eefd..e80c45e 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h
@@ -64,7 +64,7 @@ * \brief Setup and write the ServerKeyExchange parameters * * \param ctx DHM context - * \param x_size private value size in bits + * \param x_size private value size in bytes * \param output destination buffer * \param olen number of chars written * \param f_rng RNG function