commit | 93389cc620c0db850b194e53d93dde54af807b0d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Apr 17 14:44:38 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Apr 17 14:44:38 2014 +0200 |
tree | 3aee1f6915579611b7d65875767bcf02d408cc05 | |
parent | 874bd64b2861851b7e9d2dc74be541ab55b0c896 [diff] [blame] |
Remove const indicator
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 3f0cd6d..116bc5c 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -2723,7 +2723,7 @@ #if defined(POLARSSL_SSL_SET_CURVES) { - const pk_context *pk = &ssl->session_negotiate->peer_cert->pk; + pk_context *pk = &ssl->session_negotiate->peer_cert->pk; /* If certificate uses an EC key, make sure the curve is OK */ if( pk_can_do( pk, POLARSSL_PK_ECKEY ) &&