X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fidentity-provider%2Fidentity_provider.h;h=12b96a51c021ea072d75f912bc806e432cc1aae1;hb=8feaa39e16ba33a192b32097e8087c9aca2d27d8;hp=63e3621172ad272e384e64e40ee46ad41eac7392;hpb=35262a0fe27afccb154122f113adcc75947ee45d;p=oweals%2Fgnunet.git diff --git a/src/identity-provider/identity_provider.h b/src/identity-provider/identity_provider.h index 63e362117..12b96a51c 100644 --- a/src/identity-provider/identity_provider.h +++ b/src/identity-provider/identity_provider.h @@ -41,7 +41,7 @@ struct GNUNET_IDENTITY_PROVIDER_Token /** * The JWT representation of the identity token */ - char *data; + const char *data; }; /** @@ -52,7 +52,7 @@ struct GNUNET_IDENTITY_PROVIDER_Ticket /** * The Base64 representation of the ticket */ - char *data; + const char *data; }; /** @@ -143,17 +143,6 @@ struct GNUNET_IDENTITY_PROVIDER_ExchangeMessage */ struct GNUNET_CRYPTO_EcdsaPrivateKey aud_privkey; - - /** - * Number of bytes in ticket string including 0-termination, in NBO. - */ - uint16_t name_len GNUNET_PACKED; - - /** - * Always zero. - */ - uint16_t reserved GNUNET_PACKED; - /* followed by 0-terminated ticket string */ };