aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-19 14:42:06 +0000
committerMatt Caswell <matt@openssl.org>2015-12-19 14:44:03 +0000
commitf6cadeeeede13239127a2b58970124f4c1f3c217 (patch)
tree46e3b0f92517e50464be62f52d2efcfa45857567
parentdd045d17e711d5988eaac983eadf75e0ea04842d (diff)
downloadopenssl-f6cadeeeede13239127a2b58970124f4c1f3c217.tar.gz
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>
-rw-r--r--demos/tunala/tunala.c2
-rw-r--r--ssl/t1_enc.c2
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:
- * <NCBBLIEPOCbmasEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
+ * <NCBBLIEPOCNJOAEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
*/
if (!state_machine_churn(&item->sm))
/*
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c
index f46544b4d7..514fcb3e4e 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -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;
}