File imap-2002e-ssl.diff of Package imap
Index: b/src/osdep/unix/Makefile
===================================================================
--- a/src/osdep/unix/Makefile
+++ b/src/osdep/unix/Makefile
@@ -54,11 +54,10 @@ GCC4CFLAGS= $(GCCCFLAGS) -Wno-pointer-si
# Extended flags needed for SSL. You may need to modify.
-SSLDIR=/usr/local/ssl
-SSLCERTS=$(SSLDIR)/certs
-SSLKEYS=$(SSLCERTS)
-SSLINCLUDE=$(SSLDIR)/include
-SSLLIB=$(SSLDIR)/lib
+SSLCERTS=/etc/ssl/certs
+SSLKEYS=/etc/ssl/certs
+SSLINCLUDE=/usr/include/openssl
+SSLLIB=/usr/lib
SSLCRYPTO=-lcrypto