aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-10-31 17:17:43 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-10-31 17:17:43 +0000
commit625b34b34f98514d8ba41490662a54fecfd39fe8 (patch)
tree43caf6eb7db1f76aa8afd9e718b2fcb05cef4c42 /socket.c
parent12dbe6d4f8e37584257c97856383739c6e7aed33 (diff)
downloadfetchmail-625b34b34f98514d8ba41490662a54fecfd39fe8.tar.gz
fetchmail-625b34b34f98514d8ba41490662a54fecfd39fe8.tar.bz2
fetchmail-625b34b34f98514d8ba41490662a54fecfd39fe8.zip
Final integration.
svn path=/trunk/; revision=2645
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/socket.c b/socket.c
index 6d82c428..78859a4b 100644
--- a/socket.c
+++ b/socket.c
@@ -300,10 +300,10 @@ va_dcl {
}
#ifdef SSL_ENABLE
-#include "openssl/ssl.h"
-#include "openssl/err.h"
-#include "openssl/pem.h"
-#include "openssl/x509.h"
+#include "ssl.h"
+#include "err.h"
+#include "pem.h"
+#include "x509.h"
static SSL_CTX *_ctx = NULL;
static SSL *_ssl_context[FD_SETSIZE];