aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-24 11:25:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-24 11:25:13 +0000
commit83019f7e121a46719a3d9b813db5b742e08ce215 (patch)
treec65dd3024923d2f152ec9eeea41190202f7b7be6 /crypto/bio/bio.h
parentbdfa4ff9478aabb5661a51ed93ae61ad139cf924 (diff)
downloadopenssl-83019f7e121a46719a3d9b813db5b742e08ce215.tar.gz
Update from 0.9.8-stable.
Diffstat (limited to 'crypto/bio/bio.h')
-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)