mirror of
https://github.com/moparisthebest/imapfilter
synced 2024-12-21 23:28:49 -05:00
Correct compilation warning
Correct the following compilation warning: warning: assignment discards qualifiers from pointer target type
This commit is contained in:
parent
554b6739c4
commit
e888721242
@ -99,7 +99,7 @@ open_secure_connection(session *ssn, const char *server, const char *port,
|
||||
{
|
||||
int r, e;
|
||||
SSL_CTX *ctx;
|
||||
SSL_METHOD *method;
|
||||
const SSL_METHOD *method;
|
||||
|
||||
method = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user