From 583f4bf7e8e83e503046b7e5a1e01b48e64bce54 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 19 Dec 2015 14:42:06 +0000 Subject: [PATCH] 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 Reviewed-by: Richard Levitte --- demos/tunala/tunala.c | 2 +- ssl/t1_enc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/tunala/tunala.c b/demos/tunala/tunala.c index 11a7c5bb14..3ceea02fad 100644 --- a/demos/tunala/tunala.c +++ b/demos/tunala/tunala.c @@ -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: - * . :-) + * . :-) */ if (!state_machine_churn(&item->sm)) /* diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 985356d74b..9786b263eb 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1137,7 +1137,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; } -- 2.25.1