suppressed a few warnings (suggested by Phenom)

This commit is contained in:
csoler 2017-02-25 23:16:43 +01:00
parent a531a41c4a
commit e75487e48a
3 changed files with 2 additions and 3 deletions

View file

@ -234,7 +234,6 @@ static int tou_socket_write(BIO *b, const char *in, int inl)
static long tou_socket_ctrl(BIO *b, int cmd, long num, void *ptr)
{
long ret=1;
int *ip;
#ifdef DEBUG_TOU_BIO
fprintf(stderr, "tou_socket_ctrl(%p,%d,%ld)\n", b, cmd, num);
#endif