aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-06 10:34:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-06 10:34:52 +0000
commita7172268bdfd716f302f8dba9d369e5e1762404b (patch)
tree9212b9d237885b6b16e0f6f84d88240a4d883361 /src/util/crypto_ecc.c
parent4c76da6eb5ec850f0e5947f1fd1a42b7543cf8ef (diff)
downloadgnunet-a7172268bdfd716f302f8dba9d369e5e1762404b.tar.gz
gnunet-a7172268bdfd716f302f8dba9d369e5e1762404b.zip
-dox
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 0c9b2fcd7..feed6959d 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -179,7 +179,7 @@ mpi_print (unsigned char *buf,
179 * 179 *
180 * @param result where to store MPI value (allocated) 180 * @param result where to store MPI value (allocated)
181 * @param data raw data (GCRYMPI_FMT_USG) 181 * @param data raw data (GCRYMPI_FMT_USG)
182 * @param size number of bytes in data 182 * @param size number of bytes in @a data
183 */ 183 */
184static void 184static void
185mpi_scan (gcry_mpi_t *result, 185mpi_scan (gcry_mpi_t *result,