]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Re-run trunnel. Cosmetic changes only.
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Aug 2017 20:13:01 +0000 (16:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Aug 2017 20:13:01 +0000 (16:13 -0400)
19 files changed:
src/ext/trunnel/trunnel-impl.h
src/ext/trunnel/trunnel.c
src/ext/trunnel/trunnel.h
src/trunnel/channelpadding_negotiation.c
src/trunnel/channelpadding_negotiation.h
src/trunnel/ed25519_cert.c
src/trunnel/ed25519_cert.h
src/trunnel/hs/cell_common.c
src/trunnel/hs/cell_common.h
src/trunnel/hs/cell_establish_intro.c
src/trunnel/hs/cell_establish_intro.h
src/trunnel/hs/cell_introduce1.c
src/trunnel/hs/cell_introduce1.h
src/trunnel/hs/cell_rendezvous.c
src/trunnel/hs/cell_rendezvous.h
src/trunnel/link_handshake.c
src/trunnel/link_handshake.h
src/trunnel/pwbox.c
src/trunnel/pwbox.h

index 85c847b3fd445a8c3772ddae538d4e2ed436c009..b233cf763172b93f2c235aef669eedb244ea3146 100644 (file)
@@ -1,4 +1,4 @@
-/* trunnel-impl.h -- copied from Trunnel v1.5.1
+/* trunnel-impl.h -- copied from Trunnel v1.5.2
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index 6a4241724127f99818dd85acea17ece22c8911d8..b749d8136f56337230726093a989beb699a7a236 100644 (file)
@@ -1,4 +1,4 @@
-/* trunnel.c -- copied from Trunnel v1.5.1
+/* trunnel.c -- copied from Trunnel v1.5.2
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index dd78553c77d1f327052b7c932145728ecd35bff7..32c80bac2370a3baa5594b5932de3abc4e1b25ca 100644 (file)
@@ -1,4 +1,4 @@
-/* trunnel.h -- copied from Trunnel v1.5.1
+/* trunnel.h -- copied from Trunnel v1.5.2
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index 02fd823bf65cebc8903f1f64f1fe37aa4e6cb9ca..59e6b3838490b940847e116d74285a44b861445e 100644 (file)
@@ -1,4 +1,4 @@
-/* channelpadding_negotiation.c -- generated by Trunnel v1.5.1.
+/* channelpadding_negotiation.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int channelpaddingnegotiation_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || channelpaddingnegotiation_deadcode_dummy__
index 631c99670cc19e1938ba9de6e34b63849ba045bf..fcfc232feaeb48de6224b9e0afb9381184016be3 100644 (file)
@@ -1,4 +1,4 @@
-/* channelpadding_negotiation.h -- generated by by Trunnel v1.5.1.
+/* channelpadding_negotiation.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index ee02fda64636173ef46571101bc5e80616368200..1276c7a5052ea553ed9a65de6e49399b87d32192 100644 (file)
@@ -1,4 +1,4 @@
-/* ed25519_cert.c -- generated by Trunnel v1.5.1.
+/* ed25519_cert.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int edcert_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || edcert_deadcode_dummy__
index 782bd595850dd0424771a7ff4611991827d62bad..e086c6fcedc050bc3d392305f33d944562626413 100644 (file)
@@ -1,4 +1,4 @@
-/* ed25519_cert.h -- generated by by Trunnel v1.5.1.
+/* ed25519_cert.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index b7f19ffc6066f306c47ea0c364eead4ff82edae1..af223560c1083f51fda9add88acd1f9ade3e1be2 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_common.c -- generated by Trunnel v1.5.1.
+/* cell_common.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int cellcommon_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || cellcommon_deadcode_dummy__
index 4d98a54cf4cc51806ccc41b01db967de57352cb8..e08eedfdb3b57e220ad101ff7f46be2be7e934ac 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_common.h -- generated by by Trunnel v1.5.1.
+/* cell_common.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index 22e198c3690cfd2d18df8dd6eec4b8c95f73d699..ae3b7b1bc8fe5cf14768daa991d6dddd968f18cc 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_establish_intro.c -- generated by Trunnel v1.5.1.
+/* cell_establish_intro.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int cellestablishintro_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || cellestablishintro_deadcode_dummy__
index 2f0d8936593e805247874512d2f84ede3598c939..ccaef5488c18f49bf62b374afa0b56058d73186e 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_establish_intro.h -- generated by by Trunnel v1.5.1.
+/* cell_establish_intro.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index 7501f6f19678f53fd1efbb0c03359e8be2a2c104..358b355cda824ab544ba53214f272f3582091f17 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_introduce1.c -- generated by Trunnel v1.5.1.
+/* cell_introduce1.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int cellintroduce_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || cellintroduce_deadcode_dummy__
index cca825a431f8841fd49fa722dd0defab1813e136..fa218adc6d9bc6956e25f95ed37b879be4ae9347 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_introduce1.h -- generated by by Trunnel v1.5.1.
+/* cell_introduce1.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index e4d3244bd118f8cd72e40c600ccd49283ff943cd..53cb609138383d55c01db7fa8f1d311e1ab31957 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_rendezvous.c -- generated by Trunnel v1.5.1.
+/* cell_rendezvous.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int cellrendezvous_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || cellrendezvous_deadcode_dummy__
index 5dcc6539b6fad707a8f05bd78c9da9db185a36f8..39e14da25b6b79f1dc0cbf0c3fadb8bf4758d4b2 100644 (file)
@@ -1,4 +1,4 @@
-/* cell_rendezvous.h -- generated by by Trunnel v1.5.1.
+/* cell_rendezvous.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index 887f710d9c35d5f5d9ed9c4a390d5f792d91899d..03ead31c6268d6903c739c5e1a8cd40daade7f89 100644 (file)
@@ -1,4 +1,4 @@
-/* link_handshake.c -- generated by Trunnel v1.5.1.
+/* link_handshake.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int linkhandshake_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || linkhandshake_deadcode_dummy__
index 418662631abaca681a83339089e654b2ecf1ace9..6a23483adcb1311c6f6ecef3a10573f777526e5b 100644 (file)
@@ -1,4 +1,4 @@
-/* link_handshake.h -- generated by by Trunnel v1.5.1.
+/* link_handshake.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
index f4b910bdab54cb26332cdacc3b55d6028ff2f571..c356515d36ad7f8f4ca278e3f1ac26943d878fe1 100644 (file)
@@ -1,4 +1,4 @@
-/* pwbox.c -- generated by Trunnel v1.5.1.
+/* pwbox.c -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */
@@ -13,7 +13,7 @@
   } while (0)
 
 #if defined(__COVERITY__) || defined(__clang_analyzer__)
-/* If we're runnning a static analysis tool, we don't want it to complain
+/* If we're running a static analysis tool, we don't want it to complain
  * that some of our remaining-bytes checks are dead-code. */
 int pwbox_deadcode_dummy__ = 0;
 #define OR_DEADCODE_DUMMY || pwbox_deadcode_dummy__
index 939b3c41a7275ba5df7d9a2c306e655e54ccf68f..a9a421408a5b5fa30fa20a1df224bff0438714fc 100644 (file)
@@ -1,4 +1,4 @@
-/* pwbox.h -- generated by by Trunnel v1.5.1.
+/* pwbox.h -- generated by Trunnel v1.5.2.
  * https://gitweb.torproject.org/trunnel.git
  * You probably shouldn't edit this file.
  */