aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/jwt.h
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-08-09 10:23:29 +0200
committerPhil <phil.buschmann@tum.de>2018-08-09 10:23:29 +0200
commite083dd6ae0b96f30328d0d54bc7a55f6cd34b2b4 (patch)
tree8c993110fb5958c30f41f40794bd75941a42aca0 /src/identity-provider/jwt.h
parentcffad0ad30400dda7c7c4ef77ed7625013193dbe (diff)
parentb3932f39b028d5db0d2e641e8593679c657b6bd1 (diff)
downloadgnunet-e083dd6ae0b96f30328d0d54bc7a55f6cd34b2b4.tar.gz
gnunet-e083dd6ae0b96f30328d0d54bc7a55f6cd34b2b4.zip
-Merge branch 'master' into gsoc2018/rest_api
Diffstat (limited to 'src/identity-provider/jwt.h')
-rw-r--r--src/identity-provider/jwt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/identity-provider/jwt.h b/src/identity-provider/jwt.h
deleted file mode 100644
index 072958973..000000000
--- a/src/identity-provider/jwt.h
+++ /dev/null
@@ -1,9 +0,0 @@
1#ifndef JWT_H
2#define JWT_H
3
4char*
5jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
6 const struct GNUNET_IDENTITY_ATTRIBUTE_ClaimList *attrs,
7 const struct GNUNET_CRYPTO_EcdsaPrivateKey *priv_key);
8
9#endif