From 2c4d1d39b148b8587deb8fca2db4113354165989 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 26 Sep 2001 17:29:53 +0000 Subject: OpenSSL merge from 2.2 (This used to be commit efc6df5a3914da9e7b792ccaccd1403c72c09f78) --- source3/lib/util.c | 2 +- source3/lib/util_sock.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/util.c b/source3/lib/util.c index 0eaf7c01fc..fe3e10e6b5 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -52,7 +52,7 @@ #endif /* HAVE_NETGROUP && WITH_AUTOMOUNT */ #ifdef WITH_SSL -#include +#include #undef Realloc /* SSLeay defines this and samba has a function of this name */ extern SSL *ssl; extern int sslFd; diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 9d7e5df303..e1f291386e 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -22,7 +22,7 @@ #include "includes.h" #ifdef WITH_SSL -#include +#include #undef Realloc /* SSLeay defines this and samba has a function of this name */ extern SSL *ssl; extern int sslFd; -- cgit