summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-24 11:24:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-24 11:24:45 +0000
commit0bd9d3a60e3d17065f046243cfa6bf7b5d5a90e9 (patch)
tree7468048ab31f555c91fb0687d57a0632939abf94 /crypto/bio
parentb4c81fb6dbd1ee884dff681a94bab4ab9ec59377 (diff)
Update from 0.9.8-stable.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 1c7173c38a..7e94edd5ea 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -402,7 +402,7 @@ typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
-#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3)
+#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)
#define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL)