]> git.ipfire.org Git - thirdparty/curl.git/commit
base64: enable in build with SMTP
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Sep 2020 07:23:09 +0000 (09:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Sep 2020 07:23:06 +0000 (09:23 +0200)
commit20417a13fb8f8355d4144c7accc206ca101e1a3a
tree17c6e7e2b15cbcc13b2fd993e35d1dbf5788eb28
parent36f60494aea504b269e740af49135c967813e5b1
base64: enable in build with SMTP

The oauth2 support is used with SMTP and it uses base64 functions.

Reported-by: Michael Olbrich
Fixes #5937
Closes #5938
lib/base64.c