diff options
author | Matt Caswell <matt@openssl.org> | 2017-02-28 15:55:35 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-02-28 17:02:11 +0100 |
commit | 7f517c2676103db8123aaad5c722125d936f807c (patch) | |
tree | d326cecefbe6b0d38ef5784ecc241b786e8870ee /crypto/bio/bss_acpt.c | |
parent | Remove some commented out code in the apps (diff) | |
download | openssl-7f517c2676103db8123aaad5c722125d936f807c.tar.xz openssl-7f517c2676103db8123aaad5c722125d936f807c.zip |
Remove some commented out code in libcrypto
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2774)
Diffstat (limited to 'crypto/bio/bss_acpt.c')
-rw-r--r-- | crypto/bio/bss_acpt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c index e490fcdf73..dda637db7f 100644 --- a/crypto/bio/bss_acpt.c +++ b/crypto/bio/bss_acpt.c @@ -521,12 +521,6 @@ static long acpt_ctrl(BIO *b, int cmd, long num, void *ptr) ret = (long)data->bind_mode; break; case BIO_CTRL_DUP: -/*- dbio=(BIO *)ptr; - if (data->param_port) EAY EAY - BIO_set_port(dbio,data->param_port); - if (data->param_hostname) - BIO_set_hostname(dbio,data->param_hostname); - BIO_set_nbio(dbio,data->nbio); */ break; default: |