aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/jwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/jwt.h')
-rw-r--r--src/identity-provider/jwt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/identity-provider/jwt.h b/src/identity-provider/jwt.h
index 072958973..80b6caa33 100644
--- a/src/identity-provider/jwt.h
+++ b/src/identity-provider/jwt.h
@@ -3,7 +3,8 @@
3 3
4char* 4char*
5jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key, 5jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
6 const struct GNUNET_CRYPTO_EcdsaPublicKey *sub_key,
6 const struct GNUNET_IDENTITY_ATTRIBUTE_ClaimList *attrs, 7 const struct GNUNET_IDENTITY_ATTRIBUTE_ClaimList *attrs,
7 const struct GNUNET_CRYPTO_EcdsaPrivateKey *priv_key); 8 const struct GNUNET_CRYPTO_AuthKey *priv_key);
8 9
9#endif 10#endif