summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-22 23:15:04 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 09:23:11 +0200
commit42bdb5aa6ea955d46a1fe5f8fa20e49e2efd3cb5 (patch)
tree6a1b120b45eea31a6e75d5ee0a865dff5cb8e276 /src/include/taler_crypto_lib.h
parentfc371ea18bd891791c02d998447d6db0f403da1f (diff)
downloadexchange-42bdb5aa6ea955d46a1fe5f8fa20e49e2efd3cb5.tar.gz
exchange-42bdb5aa6ea955d46a1fe5f8fa20e49e2efd3cb5.tar.bz2
exchange-42bdb5aa6ea955d46a1fe5f8fa20e49e2efd3cb5.zip
-fixing more FTBFS
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 3fe51d79b..185c29a14 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -563,7 +563,8 @@ struct TALER_DenominationPrivateKey
* If we use #TALER_DENOMINATION_RSA in @a cipher.
*/
struct GNUNET_CRYPTO_RsaPrivateKey *rsa_private_key;
- };
+
+ } details;
};