summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 11:30:43 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 11:30:43 +0200
commit1e30d60a25da52550c10f9c6606024f028f943d2 (patch)
tree5fb2a8131a5dea1121ea203ab5dca536da9d83fc /src/include/taler_crypto_lib.h
parentc7c7ac60cf8b6dae5b9b8c0872dbe3d83020549d (diff)
downloadexchange-1e30d60a25da52550c10f9c6606024f028f943d2.tar.gz
exchange-1e30d60a25da52550c10f9c6606024f028f943d2.tar.bz2
exchange-1e30d60a25da52550c10f9c6606024f028f943d2.zip
fixing misc doxygen issues
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 9c854ab17..9e9352f54 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -390,7 +390,7 @@ struct TALER_TrackTransferDetails
* @param coin_public_info the coin public info to check for validity
* @return #GNUNET_YES if the coin is valid,
* #GNUNET_NO if it is invalid
- * #GNUNET_SYSERROR if an internal error occured
+ * #GNUNET_SYSERR if an internal error occured
*/
int
TALER_test_coin_valid (const struct TALER_CoinPublicInfo *coin_public_info);
@@ -409,7 +409,7 @@ struct TALER_TransferSecretP
/**
* Secret used to derive private inputs for refreshed coins.
* Must be (currently) a hash as this is what
- * #GNUNET_CRYPTO_ecc_ecdh() returns to us.
+ * GNUNET_CRYPTO_ecc_ecdh() returns to us.
*/
struct GNUNET_HashCode key;
};