]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
base64: also build for pop3 and imap
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Sep 2020 20:32:17 +0000 (22:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Sep 2020 06:50:04 +0000 (08:50 +0200)
Follow-up to the fix in 20417a13fb8f83

Reported-by: Michael Olbrich
Fixes #5937
Closes #5948

lib/base64.c

index 433afcb702cf88a150764ba6f7c61a70474a0316..ec632e6f7a0678620378becd52a5ed5c03cae1d0 100644 (file)
@@ -27,6 +27,8 @@
 #if !defined(CURL_DISABLE_HTTP_AUTH) || defined(USE_SSH) || \
   !defined(CURL_DISABLE_LDAP) || \
   !defined(CURL_DISABLE_SMTP) || \
+  !defined(CURL_DISABLE_POP3) || \
+  !defined(CURL_DISABLE_IMAP) || \
   !defined(CURL_DISABLE_DOH) || defined(USE_SSL)
 
 #include "urldata.h" /* for the Curl_easy definition */