Make ssl_check_error static and define ssl_type always.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Jun 2008 18:08:17 +0000 (20:08 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Jun 2008 18:08:17 +0000 (20:08 +0200)
commit29ae3278722e4a61905cc5d330fc2d286d2e7016
tree5f4bdb175faa05d5f9c95c66153833901098af08
parent0a1043fe4b7f9e22e7481dc9d81a0a8ca2092292
Make ssl_check_error static and define ssl_type always.

Make ssl_check_error static becuase it's a private function.
Define function ssl_type always - also in case SSL is disabled - and
make it return 0 (NULL ptr).
src/tcpip.c