summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b367d9)
raw | patch | inline | side by side (parent: 2b367d9)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 30 Aug 2006 07:57:26 +0000 (07:57 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 30 Aug 2006 07:57:26 +0000 (07:57 +0000) |
src/pedro/pedroutil.cpp | patch | blob | history |
index 6d988c719a7844a109e1e6033d3c21ad8d0f6af8..6de3bbfd414a2fc4421de9bb3cdba87d34dae4bc 100644 (file)
--- a/src/pedro/pedroutil.cpp
+++ b/src/pedro/pedroutil.cpp
fprintf(stderr,
"SSL starttls() error: client not compiled with SSL enabled\n");
return false;
-#endif /*HAVE_SSL*/
+#else /*HAVE_SSL*/
sslStream = NULL;
sslContext = NULL;
sslEnabled = true;
return true;
+#endif /* HAVE_SSL */
}