From 6a4a2db4bfbc00d847a94ec39af0ce9617bb528a Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 25 Aug 2017 23:42:36 +0200 Subject: [PATCH] Remove warning --- src/core/libs/supl/supl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libs/supl/supl.c b/src/core/libs/supl/supl.c index 1ab843ead..6a06bb252 100644 --- a/src/core/libs/supl/supl.c +++ b/src/core/libs/supl/supl.c @@ -217,7 +217,7 @@ int EXPORT supl_decode_rrlp(supl_ulp_t *ulp_pdu, PDU_t **ret_rrlp) { int EXPORT supl_server_connect(supl_ctx_t *ctx, char *server) { int err; - const SSL_METHOD *meth; + SSL_METHOD *meth; SSLeay_add_ssl_algorithms(); // meth = TLSv1_client_method();