Commit 6c670174 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a travis compilation error



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent f01675c6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}