ecere/net/SSLSocket: Fixed compilation with ECERE_NOSSL
authorJerome St-Louis <jerome@ecere.com>
Thu, 5 Jun 2014 15:51:06 +0000 (11:51 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 5 Jun 2014 15:51:06 +0000 (11:51 -0400)
ecere/src/net/SSLSocket.ec

index 3fd5a8f..53810d0 100644 (file)
@@ -12,6 +12,7 @@
 #undef int64
 #undef uint
 #undef set
+#endif
 
 #ifdef BUILDING_ECERE_COM
 import "Socket"
@@ -19,6 +20,7 @@ import "Socket"
 public import "ecere"
 #endif
 
+#ifndef ECERE_NOSSL
 /*
 static char * pass = "password";