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

Fix more URLs mangled by reformat



Fix some more URLs mangled by indent in the reformat. These ones don't exist
in master so we have a separate commit. Based on a patch supplied by Arnaud
Lacombe <al@aerilon.ca>

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent dd045d17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1154,7 +1154,7 @@ static int tunala_item_io(tunala_selector_t * selector, tunala_item_t * item)
    /*
     * This function name is attributed to the term donated by David Schwartz
     * on openssl-dev, message-ID:
     * <NCBBLIEPOCbmasEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
     * <NCBBLIEPOCNJOAEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
     */
    if (!state_machine_churn(&item->sm))
        /*
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ int tls1_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p,
        so = s->s3->server_opaque_prf_input;
        /*
         * must be same as col (see
         * draft-resc-00.txts-opaque-prf-input-00.txt, section 3.1)
         * draft-rescorla-tls-opaque-prf-input-00.txt, section 3.1)
         */
        sol = s->s3->client_opaque_prf_input_len;
    }