diff options
author | Craig Tiller <ctiller@google.com> | 2016-02-25 16:03:11 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-02-25 16:03:11 -0800 |
commit | 5a9d7d2dcc1d2680307938fffb3d8d232b9a0690 (patch) | |
tree | 3326bc5a99120c37b8b13a8bbce38834366b0ec1 /test/core/security/jwt_verifier_test.c | |
parent | 6895168e0ac19699f2a1e35cbf094a5477f00ca7 (diff) | |
parent | d67b5f7313de5b09928a0ab99a7fbd294d26ceda (diff) |
Merge github.com:grpc/grpc into filter-selection
Diffstat (limited to 'test/core/security/jwt_verifier_test.c')
-rw-r--r-- | test/core/security/jwt_verifier_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/security/jwt_verifier_test.c b/test/core/security/jwt_verifier_test.c index f396398cef..f6ec9e12ef 100644 --- a/test/core/security/jwt_verifier_test.c +++ b/test/core/security/jwt_verifier_test.c @@ -36,7 +36,7 @@ #include <string.h> #include "src/core/httpcli/httpcli.h" -#include "src/core/security/base64.h" +#include "src/core/security/b64.h" #include "src/core/security/json_token.h" #include "test/core/util/test_config.h" |