Fix more URLs mangled by reformat
authorMatt Caswell <matt@openssl.org>
Sat, 19 Dec 2015 14:42:06 +0000 (14:42 +0000)
committerMatt Caswell <matt@openssl.org>
Sat, 19 Dec 2015 14:44:03 +0000 (14:44 +0000)
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>
demos/tunala/tunala.c
ssl/t1_enc.c

index 11a7c5bb1497c5acda050b0c09713dfbfcfb746e..3ceea02fad08d9eb3d02f428176b41da262c32a9 100644 (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
      * on openssl-dev, message-ID:
-     * <NCBBLIEPOCbmasEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
+     * <NCBBLIEPOCNJOAEKBEAKEEDGLIAA.davids@webmaster.com>. :-)
      */
     if (!state_machine_churn(&item->sm))
         /*
index f46544b4d71332a27c2886d0a899ee7c97bd9db7..514fcb3e4e74c4ae3a8c84b9db7eb06c8d116c71 100644 (file)
@@ -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;
     }