diff options
author | Gerald Carter <jerry@samba.org> | 2001-09-26 17:29:53 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-09-26 17:29:53 +0000 |
commit | 2c4d1d39b148b8587deb8fca2db4113354165989 (patch) | |
tree | f03a460218b307deee916ca2746298d009315c53 /source3/lib | |
parent | 29d3318437f3137d61e955d5ee5d8f70c115e3d2 (diff) | |
download | samba-2c4d1d39b148b8587deb8fca2db4113354165989.tar.gz samba-2c4d1d39b148b8587deb8fca2db4113354165989.tar.bz2 samba-2c4d1d39b148b8587deb8fca2db4113354165989.zip |
OpenSSL merge from 2.2
(This used to be commit efc6df5a3914da9e7b792ccaccd1403c72c09f78)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util.c | 2 | ||||
-rw-r--r-- | source3/lib/util_sock.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <ssl.h> +#include <openssl/ssl.h> #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 <ssl.h> +#include <openssl/ssl.h> #undef Realloc /* SSLeay defines this and samba has a function of this name */ extern SSL *ssl; extern int sslFd; |