From a5c42906261fefe477422cf106cbd0ce934e0173 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 27 Mar 2021 12:43:03 -0600 Subject: * new http option for debug. This is mostly useful to debug XOAUTH2 autentication and reveals sensitive login information. Use with care. Remove your .pine-debug file after using this option. --- imap/src/c-client/oauth2_aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap/src/c-client/oauth2_aux.c') diff --git a/imap/src/c-client/oauth2_aux.c b/imap/src/c-client/oauth2_aux.c index 420f3be1..b1af30b1 100644 --- a/imap/src/c-client/oauth2_aux.c +++ b/imap/src/c-client/oauth2_aux.c @@ -20,7 +20,7 @@ * the deviceinfo method. */ -#include "http.h" +/* http.h is supposed to be included, typically by including c-client.h */ #include "json.h" #include "oauth2_aux.h" -- cgit v1.2.3-54-g00ecf