Files
ports/mail/mpop/files/patch-src_base64.h
T
Kousuke Kannagi 4a7d051fd0 mail/mpop: Update to 1.4.22
Make TLS mandatory.

https://marlam.de/mpop/news/mpop-1-4-22/

PR:		296335
Approved by:	osa (mentor)
2026-06-30 01:49:12 +09:00

11 lines
189 B
C

--- src/base64.h.orig 2026-06-27 11:26:35 UTC
+++ src/base64.h
@@ -19,6 +19,7 @@
#define BASE64_H
#include <stddef.h>
+#include <stdbool.h>
typedef size_t idx_t;
#ifdef __cplusplus