- Network errors could pollute the buffers because -1 isn't noticed in an
authorGeoff Thorpe <geoff@openssl.org>
Thu, 10 Jan 2002 06:03:12 +0000 (06:03 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 10 Jan 2002 06:03:12 +0000 (06:03 +0000)
commitfd69886aeda473c97af2b9ae9c52123c45783ded
tree6cf2578eacf8909af66250eacb4aeff2edaf3a8d
parentfd795679bbcc56980663610c8d9a62ca300b424f
- Network errors could pollute the buffers because -1 isn't noticed in an
  "unsigned int".
- Remove redundant processing with machine->ssl is NULL.
- Remove compiler warnings about uninitialised 'ctx' (it's not used
  uninitialised, but gcc can't see that).
demos/tunala/buffer.c
demos/tunala/sm.c
demos/tunala/tunala.c