summaryrefslogtreecommitdiff
path: root/source3/smbd/ssl.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>1999-01-25 01:46:14 +0000
committerRichard Sharpe <sharpe@samba.org>1999-01-25 01:46:14 +0000
commitf5f913b001ab66c2266e3325f8c91af2486116a2 (patch)
treeb9e85ff9d4828317cfecf8dbe30a8d4ccdc52288 /source3/smbd/ssl.c
parent444dc51920f648458b6fd6bee1a7309cecb87ad1 (diff)
downloadsamba-f5f913b001ab66c2266e3325f8c91af2486116a2.tar.gz
samba-f5f913b001ab66c2266e3325f8c91af2486116a2.tar.bz2
samba-f5f913b001ab66c2266e3325f8c91af2486116a2.zip
Putting back the -p flag in smbclient.
However, it seems that the -s flag in smbclient is also ignored :-( (This used to be commit f6c78192664d611d4663ed7459a2789315861eec)
Diffstat (limited to 'source3/smbd/ssl.c')
-rw-r--r--source3/smbd/ssl.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/smbd/ssl.c b/source3/smbd/ssl.c
index 1c953272c3..1f098b2533 100644
--- a/source3/smbd/ssl.c
+++ b/source3/smbd/ssl.c
@@ -19,9 +19,16 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include "includes.h"
+
+/*
+ * Hmmm, only check on WITH_SSL after we have included includes.h
+ * which pulls in config.h which is where WITH_SSL is defined, if
+ * at all :-)
+ */
+
#ifdef WITH_SSL /* should always be defined if this module is compiled */
-#include "includes.h"
#include <ssl.h>
#include <err.h>