minor cleanup, encodefile command in Base64.java
[org.ibex.crypto.git] / src / org / ibex / net / SSL.java
index 39d7f9c..3331de6 100644 (file)
@@ -988,7 +988,7 @@ public class SSL extends Socket {
     }
     
     public static boolean debugOn = false;
-    private static void debug(Object o) { if(debugOn) System.err.println("[IbexSSLL-Debug] " + o.toString()); }
+    private static void debug(Object o) { if(debugOn) System.err.println("[IbexSSL-Debug] " + o.toString()); }
     private static void log(Object o) { System.err.println("[IbexSSL] " + o.toString()); }
             
     private static void verifyCerts(X509.Certificate[] certs) throws DER.Exception, Exn {