Skip to content

Commit bd7bb50

Browse files
committed
correct code comment for OIDC_DEFAULT_APPINFO_ENCODING
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 4d4b8e0 commit bd7bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfg/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ OIDC_CFG_DIR_MEMBER_FUNC_STR(authn_header, const char *, OIDC_DEFAULT_AUTHN_HEAD
480480
#define OIDC_DEFAULT_PASS_APPINFO_IN OIDC_APPINFO_PASS_BOTH
481481
OIDC_CFG_DIR_MEMBER_FUNC_INT_GET(pass_info_in, oidc_appinfo_pass_in_t, OIDC_DEFAULT_PASS_APPINFO_IN)
482482

483-
/* default for passing app info in base64 encoded format */
483+
/* default for passing app info in a specific encoding */
484484
#define OIDC_DEFAULT_APPINFO_ENCODING OIDC_APPINFO_ENCODING_LATIN1
485485
OIDC_CFG_DIR_MEMBER_FUNC_INT_GET(pass_info_encoding, oidc_appinfo_encoding_t, OIDC_DEFAULT_APPINFO_ENCODING)
486486

0 commit comments

Comments
 (0)