From 7d652142f4960b679cb5399fc0485470af2cc878 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 21 Nov 2021 02:19:32 -0700 Subject: * Support for code_verifier and code_challenge when generating a refresh token and access token in Gmail using the S256 method and plain method. --- imap/src/c-client/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap/src/c-client/hash.h') diff --git a/imap/src/c-client/hash.h b/imap/src/c-client/hash.h index 4e796429..f7b6761e 100644 --- a/imap/src/c-client/hash.h +++ b/imap/src/c-client/hash.h @@ -1,6 +1,6 @@ #ifndef HASH_H_INCLUDED #define HASH_H_INCLUDED -char *hash_from_sizedtext(char *, char *, size_t); +char *hash_from_sizedtext(char *, char *, size_t, unsigned char **); #endif /* HASH_H_INCLUDED */ -- cgit v1.2.3-70-g09d2