From 67ed391489956f4497aa8a3be90dd0cb4adb8e9b Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Wed, 30 Aug 2006 07:57:26 +0000 Subject: Fixed my mistake with #ifndef/#else/#endif HAVE_SSL (bzr r1658) --- src/pedro/pedroutil.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/pedro/pedroutil.cpp b/src/pedro/pedroutil.cpp index 6d988c719..6de3bbfd4 100644 --- a/src/pedro/pedroutil.cpp +++ b/src/pedro/pedroutil.cpp @@ -1085,7 +1085,7 @@ bool TcpSocket::startTls() fprintf(stderr, "SSL starttls() error: client not compiled with SSL enabled\n"); return false; -#endif /*HAVE_SSL*/ +#else /*HAVE_SSL*/ sslStream = NULL; sslContext = NULL; @@ -1149,6 +1149,7 @@ bool TcpSocket::startTls() sslEnabled = true; return true; +#endif /* HAVE_SSL */ } -- cgit v1.2.3