search for: valid_auth_credentials_test

Displaying 1 result from an estimated 1 matches for "valid_auth_credentials_test".

2016 Oct 11
2
Compound Literal - xlc and gcc differences can be patched
...},{ - .scheme = NULL - } - } + .challenges = &realms } }; @@ -160,27 +164,18 @@ const char *scheme; const char *data; - struct http_auth_param *params; + struct http_auth_param params[]; }; - -/* Valid auth credentials tests */ static const struct http_auth_credentials_test -valid_auth_credentials_tests[] = { - { - .credentials_in = "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==", +basic_cred[] = { + { .scheme = "Basic", .data = "QWxhZGRpbjpvcGVuIHNlc2FtZQ==", .params = NULL - },{ - .credentials_in = "Digest username=\"Mufasa\", " -...