The branch master has been updated
       via  1abd2925855118843ac69fc6861aa72c5513572c (commit)
      from  ee6ce5cc368574c0b0b470e61ee2f82a0efadbb7 (commit)


- Log -----------------------------------------------------------------
commit 1abd2925855118843ac69fc6861aa72c5513572c
Author: Jon Loeliger <[email protected]>
Date:   Tue Jul 26 12:48:20 2016 -0400

    RT4639: Typo when -DSSL_DEBUG
    
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 apps/s_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/s_client.c b/apps/s_client.c
index bc89c98..0488a27 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2621,7 +2621,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
         if ((info.addr = BIO_ADDR_new()) != NULL
             && BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &info)) {
             BIO_printf(bio_c_out, "LOCAL PORT is %u\n",
-                       ntohs(BIO_ADDR_rawport(info.adr)));
+                       ntohs(BIO_ADDR_rawport(info.addr)));
         }
         BIO_ADDR_free(info.addr);
     }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to