mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Re-run trunnel to capture change for msvc.
This commit is contained in:
parent
3c2eefac2e
commit
3323615dd2
@ -1,4 +1,4 @@
|
|||||||
/* trunnel-impl.h -- copied from Trunnel v1.4.1
|
/* trunnel-impl.h -- copied from Trunnel v1.4.2
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
@ -18,7 +18,7 @@
|
|||||||
#include "trunnel-local.h"
|
#include "trunnel-local.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
||||||
#define uint8_t unsigned char
|
#define uint8_t unsigned char
|
||||||
#define uint16_t unsigned short
|
#define uint16_t unsigned short
|
||||||
#define uint32_t unsigned int
|
#define uint32_t unsigned int
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* trunnel.c -- copied from Trunnel v1.4.1
|
/* trunnel.c -- copied from Trunnel v1.4.2
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* trunnel.h -- copied from Trunnel v1.4.1
|
/* trunnel.h -- copied from Trunnel v1.4.2
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* ed25519_cert.c -- generated by Trunnel v1.4.1.
|
/* ed25519_cert.c -- generated by Trunnel v1.4.2.
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* ed25519_cert.h -- generated by by Trunnel v1.4.1.
|
/* ed25519_cert.h -- generated by by Trunnel v1.4.2.
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* link_handshake.c -- generated by Trunnel v1.4.1.
|
/* link_handshake.c -- generated by Trunnel v1.4.2.
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* link_handshake.h -- generated by by Trunnel v1.4.1.
|
/* link_handshake.h -- generated by by Trunnel v1.4.2.
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* pwbox.c -- generated by Trunnel v1.4.1.
|
/* pwbox.c -- generated by Trunnel v1.4.2.
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* pwbox.h -- generated by by Trunnel v1.4.1.
|
/* pwbox.h -- generated by by Trunnel v1.4.2.
|
||||||
* https://gitweb.torproject.org/trunnel.git
|
* https://gitweb.torproject.org/trunnel.git
|
||||||
* You probably shouldn't edit this file.
|
* You probably shouldn't edit this file.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user