From f6bacc5058d8049a44f25fcc7a931227ddcfb65e Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sun, 19 Jun 2016 23:21:01 +0200 Subject: some doxygen fixes --- test_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_crypto.c') diff --git a/test_crypto.c b/test_crypto.c index a42a643..6d4a029 100644 --- a/test_crypto.c +++ b/test_crypto.c @@ -60,7 +60,7 @@ test_smc_zkp_dl () if (0 == tests_run) { - /**TODO: there has to be a better way to copy a point */ + /* \todo: there has to be a better way to copy a point */ gcry_mpi_ec_mul (g, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); } @@ -100,7 +100,7 @@ test_smc_zkp_2dle () if (0 == tests_run) { - /**TODO: there has to be a better way to copy a point */ + /* \todo: there has to be a better way to copy a point */ gcry_mpi_ec_mul (g1, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); gcry_mpi_ec_mul (g2, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); } -- cgit v1.2.3