mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Re-run trunnel.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* trunnel-impl.h -- copied from Trunnel v1.4.4
|
||||
/* trunnel-impl.h -- copied from Trunnel v1.4.6
|
||||
* https://gitweb.torproject.org/trunnel.git
|
||||
* You probably shouldn't edit this file.
|
||||
*/
|
||||
@@ -11,12 +11,12 @@
|
||||
|
||||
#ifndef TRUNNEL_IMPL_H_INCLUDED_
|
||||
#define TRUNNEL_IMPL_H_INCLUDED_
|
||||
#include "trunnel.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#ifdef TRUNNEL_LOCAL_H
|
||||
#include "trunnel-local.h"
|
||||
#endif
|
||||
#include "trunnel.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
||||
#define uint8_t unsigned char
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* trunnel.c -- copied from Trunnel v1.4.4
|
||||
/* trunnel.c -- copied from Trunnel v1.4.6
|
||||
* https://gitweb.torproject.org/trunnel.git
|
||||
* You probably shouldn't edit this file.
|
||||
*/
|
||||
@@ -10,9 +10,9 @@
|
||||
* See trunnel-impl.h for documentation of these functions.
|
||||
*/
|
||||
|
||||
#include "trunnel-impl.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "trunnel-impl.h"
|
||||
|
||||
#if defined(__BYTE_ORDER__) && defined(__ORDER_LITTLE_ENDIAN__) && \
|
||||
__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* trunnel.h -- copied from Trunnel v1.4.4
|
||||
/* trunnel.h -- copied from Trunnel v1.4.6
|
||||
* https://gitweb.torproject.org/trunnel.git
|
||||
* You probably shouldn't edit this file.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user