1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-29 15:30:52 +00:00

Remove warning

This commit is contained in:
Carles Fernandez 2017-08-25 23:42:36 +02:00 committed by Damian Miralles
parent 108ffc7537
commit 6a4a2db4bf

View File

@ -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();