Fix a travis compilation error
authorMatt Caswell <matt@openssl.org>
Mon, 21 Nov 2016 17:26:22 +0000 (17:26 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 29 Nov 2016 23:31:10 +0000 (23:31 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/tls13_enc.c

index 5af0c303bb9e243a74f8c0df30245b006c5072bf..5896a5f23971977faaf5d925001e942526f7a8a9 100644 (file)
@@ -391,10 +391,8 @@ int tls13_change_cipher_state(SSL *s, int which)
 #endif
 
     ret = 1;
-
  err:
     OPENSSL_cleanse(secret, sizeof(secret));
     OPENSSL_cleanse(key, sizeof(key));
-    OPENSSL_cleanse(iv, sizeof(iv));
     return ret;
 }