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: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2015-12-19 14:42:06 +00:00
parent ff2c19efdb
commit 583f4bf7e8
2 changed files with 2 additions and 2 deletions

View File

@ -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 * This function name is attributed to the term donated by David Schwartz
* on openssl-dev, message-ID: * on openssl-dev, message-ID:
* <NCBBLIEPOCbmasEKBEAKEEDGLIAA.davids@webmaster.com>. :-) * <NCBBLIEPOCNJOAEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
*/ */
if (!state_machine_churn(&item->sm)) if (!state_machine_churn(&item->sm))
/* /*

View File

@ -1137,7 +1137,7 @@ int tls1_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p,
so = s->s3->server_opaque_prf_input; so = s->s3->server_opaque_prf_input;
/* /*
* must be same as col (see * 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; sol = s->s3->client_opaque_prf_input_len;
} }