From: Adam Dickmeiss Date: Wed, 11 Jun 2008 18:08:17 +0000 (+0200) Subject: Make ssl_check_error static and define ssl_type always. X-Git-Tag: v3.0.32~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=29ae3278722e4a61905cc5d330fc2d286d2e7016;hp=29ae3278722e4a61905cc5d330fc2d286d2e7016 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). ---