commit | f55ec08bc808b94fabd607bdab45fcd26261acd4 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 18 09:22:04 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jul 18 09:22:04 2010 +0000 |
tree | 5554677cfd8cdb6236f90087a1d401b5051fe398 | |
parent | 545570e20882041b215a3de6aa033b1ea07653aa [diff] |
- Fixed typo
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index 7032242..f63eefd 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h
@@ -76,7 +76,7 @@ * * \return 0 if successful, or an POLARSSL_ERR_DHM_XXX error code */ -int dhm_make_params( dhm_context *ctx, int s_size, +int dhm_make_params( dhm_context *ctx, int x_size, unsigned char *output, int *olen, int (*f_rng)(void *), void *p_rng );