Commit e4e1aa90 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix an mis-matched function code so that "make update" doesn't fail



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 0023baff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1610,7 +1610,7 @@ int tls_construct_server_key_exchange(SSL *s)
            || !ssl_set_handshake_header2(s, &pkt,
                                          SSL3_MT_SERVER_KEY_EXCHANGE)
            || !WPACKET_get_total_written(&pkt, &paramoffset)) {
        SSLerr(SSL_F_TLS_CONSTRUCT_SERVER_HELLO, ERR_R_INTERNAL_ERROR);
        SSLerr(SSL_F_TLS_CONSTRUCT_SERVER_KEY_EXCHANGE, ERR_R_INTERNAL_ERROR);
        goto f_err;
    }