summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-08 09:59:51 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-08 09:59:51 +0200
commit155d13e417a394e2d16a01578d59e26de4f1ab1d (patch)
tree0f336369009e6b3d8904c147fcb1520e499dc0df /src/include/taler_signatures.h
parentd16d4f38c9ed4bb286eac4402e1b1d3ed2395b1d (diff)
downloadexchange-155d13e417a394e2d16a01578d59e26de4f1ab1d.tar.gz
exchange-155d13e417a394e2d16a01578d59e26de4f1ab1d.tar.bz2
exchange-155d13e417a394e2d16a01578d59e26de4f1ab1d.zip
comment
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 4d7e83ec5..bb88ff9d7 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -94,7 +94,7 @@
/*********************/
/**
- * Signature where the auditor confirms that he is
+ * Signature where the auditor confirms that he is
* aware of certain denomination keys from the mint.
*/
#define TALER_SIGNATURE_AUDITOR_MINT_KEYS 1064
@@ -445,6 +445,9 @@ struct TALER_MintSigningKeyValidityPS
{
/**
* Signature over the signing key (by the master key of the mint).
+ *
+ * FIXME: should be moved outside of the "PS" struct, this is ugly.
+ * (and makes this struct different from all of the others)
*/
struct TALER_MasterSignatureP signature;