mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warnings
SVN revision: 2336
This commit is contained in:
parent
90d33565ad
commit
f1f72329df
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user