Differences From Artifact [85f81b1367]:
- File generic/tlsBIO.c — part of check-in [a3728bd654] at 2024-02-03 03:15:26 on branch trunk — Added more IO logging and error callback messages. Removed duplicate messages. (user: bohagan, size: 8420) [annotate] [blame] [check-ins using] [more...]
To Artifact [e9c830967f]:
- File generic/tlsBIO.c — part of check-in [9d22adae76] at 2024-02-24 02:45:52 on branch trunk — Clean up warnings on *nix builds (user: bohagan, size: 8409) [annotate] [blame] [check-ins using]
︙ | |||
133 134 135 136 137 138 139 | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 | - | chan = Tls_GetParent((State *) BIO_get_data(bio), 0); dprintf("BioCtrl(%p, 0x%x, 0x%lx, %p)", (void *) bio, cmd, num, ptr); switch (cmd) { case BIO_CTRL_RESET: dprintf("Got BIO_CTRL_RESET"); |
︙ |