File panda-imap-2013-06-openssl.patch of Package imap
--- src/osdep/unix/ssl_unix.c 2023-02-06 23:30:16.197650709 -0500 +++ src/osdep/unix/ssl_unix.c 2023-02-06 22:18:01.410177937 -0500 @@ -26,12 +26,12 @@ #define crypt ssl_private_crypt #define STRING OPENSSL_STRING -#include <x509v3.h> -#include <ssl.h> -#include <err.h> -#include <pem.h> -#include <buffer.h> -#include <bio.h> -#include <crypto.h> -#include <rand.h> +#include <openssl/x509v3.h> +#include <openssl/ssl.h> +#include <openssl/err.h> +#include <openssl/pem.h> +#include <openssl/buffer.h> +#include <openssl/bio.h> +#include <openssl/crypto.h> +#include <openssl/rand.h> #undef STRING #undef crypt