From 625b34b34f98514d8ba41490662a54fecfd39fe8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 31 Oct 1999 17:17:43 +0000 Subject: Final integration. svn path=/trunk/; revision=2645 --- socket.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'socket.c') 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]; -- cgit v1.2.3