aboutsummaryrefslogtreecommitdiff
path: root/crypto/tls-cipher-suites.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tls-cipher-suites.c')
-rw-r--r--crypto/tls-cipher-suites.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/tls-cipher-suites.c b/crypto/tls-cipher-suites.c
index 5e4f597464..d0df4badc0 100644
--- a/crypto/tls-cipher-suites.c
+++ b/crypto/tls-cipher-suites.c
@@ -52,7 +52,6 @@ GByteArray *qcrypto_tls_cipher_suites_get_data(QCryptoTLSCipherSuites *obj,
byte_array = g_byte_array_new();
for (i = 0;; i++) {
- int ret;
unsigned idx;
const char *name;
IANA_TLS_CIPHER cipher;