Index: tlsBIO.c ================================================================== --- tlsBIO.c +++ tlsBIO.c @@ -89,11 +89,11 @@ } } } if (validParentChannelFd) { - dprintf("We found a shortcut, this channel is backed by a file descriptor: %i", parentChannelFdIn); + dprintf("We found a shortcut, this channel is backed by a socket: %i", parentChannelFdIn); bio = BIO_new_socket(parentChannelFd, flags); statePtr->flags |= TLS_TCL_FASTPATH; return(bio); }