From f12d422d6af9faa987d8f388e9be32adad78832e Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Wed, 27 Oct 2004 21:55:16 +0000 Subject: [PATCH] Fixed POP3 SSL build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9548 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h b/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h index 83ab3d4e35..97e7458ee2 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h +++ b/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h @@ -40,7 +40,7 @@ private: size_t fMailDropSize; BList sizes; - #ifdef POPSSL + #ifdef USESSL SSL_CTX *ctx; SSL *ssl; BIO *sbio;