aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_generator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-21 13:41:12 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-21 13:41:12 +0000
commit1733de7305720882b8745e82b51b6ff47c10099e (patch)
treedf9199b0e8670b089ead17186b191b80629bda8f /src/json/json_generator.c
parent60de5f48cbfc3868570284e91415ca7e06c390e1 (diff)
downloadgnunet-1733de7305720882b8745e82b51b6ff47c10099e.tar.gz
gnunet-1733de7305720882b8745e82b51b6ff47c10099e.zip
fixing symbol naming and coding convention issues
Diffstat (limited to 'src/json/json_generator.c')
-rw-r--r--src/json/json_generator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/json_generator.c b/src/json/json_generator.c
index 4b1ac31b1..e660e10c5 100644
--- a/src/json/json_generator.c
+++ b/src/json/json_generator.c
@@ -106,7 +106,7 @@ GNUNET_JSON_from_time_rel (struct GNUNET_TIME_Relative stamp)
106 * @return corresponding JSON encoding 106 * @return corresponding JSON encoding
107 */ 107 */
108json_t * 108json_t *
109GNUNET_JSON_from_rsa_public_key (const struct GNUNET_CRYPTO_rsa_PublicKey *pk) 109GNUNET_JSON_from_rsa_public_key (const struct GNUNET_CRYPTO_RsaPublicKey *pk)
110{ 110{
111 char *buf; 111 char *buf;
112 size_t buf_len; 112 size_t buf_len;
@@ -128,7 +128,7 @@ GNUNET_JSON_from_rsa_public_key (const struct GNUNET_CRYPTO_rsa_PublicKey *pk)
128 * @return corresponding JSON encoding 128 * @return corresponding JSON encoding
129 */ 129 */
130json_t * 130json_t *
131GNUNET_JSON_from_rsa_signature (const struct GNUNET_CRYPTO_rsa_Signature *sig) 131GNUNET_JSON_from_rsa_signature (const struct GNUNET_CRYPTO_RsaSignature *sig)
132{ 132{
133 char *buf; 133 char *buf;
134 size_t buf_len; 134 size_t buf_len;