mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Re-run trunnel. Cosmetic changes only.
This commit is contained in:
parent
da75dfc0e5
commit
a007c02df0
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user