Commit 1abd2925 authored by Jon Loeliger's avatar Jon Loeliger Committed by Rich Salz
Browse files

RT4639: Typo when -DSSL_DEBUG

parent ee6ce5cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }