diff options
Diffstat (limited to 'src/util/json.c')
-rw-r--r-- | src/util/json.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/json.c b/src/util/json.c index 606683598..e35b88a8f 100644 --- a/src/util/json.c +++ b/src/util/json.c @@ -160,7 +160,7 @@ TALER_json_from_rsa_public_key (struct GNUNET_CRYPTO_rsa_PublicKey *pk) /** * Convert JSON to RSA public key. * - * @param pk JSON encoding to convert + * @param json JSON encoding to convert * @return corresponding public key */ struct GNUNET_CRYPTO_rsa_PublicKey * @@ -195,7 +195,7 @@ TALER_json_to_rsa_public_key (json_t *json) /** * Convert JSON to RSA signature. * - * @param pk JSON encoding to convert + * @param json JSON encoding to convert * @return corresponding signature */ struct GNUNET_CRYPTO_rsa_Signature * |