diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-07-24 13:25:13 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-07-24 13:25:13 +0200 |
commit | 83019f7e121a46719a3d9b813db5b742e08ce215 (patch) | |
tree | c65dd3024923d2f152ec9eeea41190202f7b7be6 /crypto | |
parent | Update from 0.9.8-stable (diff) | |
download | openssl-83019f7e121a46719a3d9b813db5b742e08ce215.tar.xz openssl-83019f7e121a46719a3d9b813db5b742e08ce215.zip |
Update from 0.9.8-stable.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/bio/bio.h | 2 |
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) |