aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-09-27 23:58:12 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-09-27 23:58:12 +0200
commit7a5a724a6f96baf80d2226326124aa01c58ad3fe (patch)
tree4c35ef495cbc0f40a4643cf983bc8f9bb07b4b34 /src/rest-plugins
parentd592adeb6ce4a8838bbbde538957eedde4695533 (diff)
downloadgnunet-7a5a724a6f96baf80d2226326124aa01c58ad3fe.tar.gz
gnunet-7a5a724a6f96baf80d2226326124aa01c58ad3fe.zip
fix
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest-plugins/plugin_rest_openid_connect.c b/src/rest-plugins/plugin_rest_openid_connect.c
index 2bb60efce..500ecec11 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -128,7 +128,7 @@
128/** 128/**
129 * OIDC cookie header information key 129 * OIDC cookie header information key
130 */ 130 */
131#define OIDC_AUTHORIZATION_HEADER_KEY "authorization" 131#define OIDC_AUTHORIZATION_HEADER_KEY "Authorization"
132 132
133/** 133/**
134 * OIDC cookie header information key 134 * OIDC cookie header information key