| 1573 | } |
| 1574 | |
| 1575 | static void |
| 1576 | SSLerrfree(char *buf) |
| 1577 | { |
| 1578 | if (buf != ssl_nomem) |
| 1579 | free(buf); |
| 1580 | } |
| 1581 | |
| 1582 | /* ------------------------------------------------------------ */ |
| 1583 | /* SSL information functions */ |
no outgoing calls
no test coverage detected