diff options
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 2 |
1 files changed, 1 insertions, 1 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; |