pollita         Sat Apr  5 12:31:33 2003 EDT

  Modified files:              
    /php4/ext/openssl   xp_ssl.c 
  Log:
  Debug watches probably don't belong in CVS.
  
Index: php4/ext/openssl/xp_ssl.c
diff -u php4/ext/openssl/xp_ssl.c:1.5 php4/ext/openssl/xp_ssl.c:1.6
--- php4/ext/openssl/xp_ssl.c:1.5       Tue Mar 18 10:15:09 2003
+++ php4/ext/openssl/xp_ssl.c   Sat Apr  5 12:31:33 2003
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: xp_ssl.c,v 1.5 2003/03/18 15:15:09 wez Exp $ */
+/* $Id: xp_ssl.c,v 1.6 2003/04/05 17:31:33 pollita Exp $ */
 
 #include "php.h"
 #include "ext/standard/file.h"
@@ -542,8 +542,6 @@
                sslsock->method = STREAM_CRYPTO_METHOD_TLS_CLIENT;
        }
 
-printf("enable_on_connect = %d  --> proto %s\n", sslsock->enable_on_connect, proto);
-       
        return stream;
 }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to