diff options
| author | Sara Golemon <pollita@php.net> | 2003-04-05 17:31:34 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2003-04-05 17:31:34 +0000 |
| commit | a8711474c06236d35533afa848a88099f51d0b34 (patch) | |
| tree | 922a2862b4c59d3ea2f42e88e7b274a68dee9384 | |
| parent | 61026e391c26ceeef3ebce9218c6e8d4240fcb6e (diff) | |
| download | php-git-a8711474c06236d35533afa848a88099f51d0b34.tar.gz | |
Debug watches probably don't belong in CVS.
| -rw-r--r-- | ext/openssl/xp_ssl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 5e7aad4039..420a60a3d6 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -542,8 +542,6 @@ PHPAPI php_stream *php_openssl_ssl_socket_factory(const char *proto, long protol sslsock->method = STREAM_CRYPTO_METHOD_TLS_CLIENT; } -printf("enable_on_connect = %d --> proto %s\n", sslsock->enable_on_connect, proto); - return stream; } |
