Commit 902d036c authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a double ;; causing a travis failure



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5d8ce306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ int tls13_change_cipher_state(SSL *s, int which)
    unsigned char *insecret;
    unsigned char *finsecret = NULL;
    EVP_CIPHER_CTX *ciph_ctx;
    const EVP_CIPHER *ciph = s->s3->tmp.new_sym_enc;;
    const EVP_CIPHER *ciph = s->s3->tmp.new_sym_enc;
    size_t ivlen, keylen, finsecretlen;
    const unsigned char *label;
    size_t labellen;