summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bss_conn.c')
-rw-r--r--crypto/bio/bss_conn.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c
index 98f4f69ec2..492fe01c03 100644
--- a/crypto/bio/bss_conn.c
+++ b/crypto/bio/bss_conn.c
@@ -271,12 +271,6 @@ BIO_CONNECT *BIO_CONNECT_new(void)
return (NULL);
ret->state = BIO_CONN_S_BEFORE;
ret->connect_family = BIO_FAMILY_IPANY;
- ret->param_hostname = NULL;
- ret->param_service = NULL;
- ret->info_callback = NULL;
- ret->connect_mode = 0;
- ret->addr_first = NULL;
- ret->addr_iter = NULL;
return (ret);
}