Fixed compiler warnings
SVN revision: 2336
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ int elog_connect(char *host, int port)
|
||||
#ifdef HAVE_SSL
|
||||
int ssl_connect(int sock, SSL ** ssl_con)
|
||||
{
|
||||
const SSL_METHOD *meth;
|
||||
SSL_METHOD *meth;
|
||||
SSL_CTX *ctx;
|
||||
|
||||
SSL_library_init();
|
||||
|
||||
+1
-1
@@ -27990,7 +27990,7 @@ void hup_handler(int sig)
|
||||
SSL_CTX *init_ssl(void)
|
||||
{
|
||||
char str[256], pwd[256];
|
||||
const SSL_METHOD *meth;
|
||||
SSL_METHOD *meth;
|
||||
SSL_CTX *ctx;
|
||||
|
||||
SSL_library_init();
|
||||
|
||||
Reference in New Issue
Block a user