gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: dox


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: dox
Date: Mon, 22 Jul 2019 20:11:08 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f6ed6cf77 dox
f6ed6cf77 is described below

commit f6ed6cf77448fc6d036818ab2a2dc2e47437bdf3
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jul 22 20:09:54 2019 +0200

    dox
---
 src/include/gnunet_json_lib.h | 3 ++-
 src/util/perf_crypto_rsa.c    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 72d2c4ebe..bba994d03 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -255,8 +255,9 @@ GNUNET_JSON_spec_uint32 (const char *name, uint32_t *u32);
 struct GNUNET_JSON_Specification
 GNUNET_JSON_spec_uint64 (const char *name, uint64_t *u64);
 
+
 /**
- * Boolean (true mapped to GNUNET_YES, false mapped to GNUNET_NO).
+ * Boolean (true mapped to #GNUNET_YES, false mapped to #GNUNET_NO).
  *
  * @param name name of the JSON field
  * @param[out] boolean where to store the boolean found under @a name
diff --git a/src/util/perf_crypto_rsa.c b/src/util/perf_crypto_rsa.c
index 685389206..1140738f6 100644
--- a/src/util/perf_crypto_rsa.c
+++ b/src/util/perf_crypto_rsa.c
@@ -194,7 +194,7 @@ int
 main (int argc, char *argv[])
 {
   eval (1024); 
-  /* eval (2048); */
+  eval (2048); 
   /* eval (4096); */
   return 0;
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]