mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Make it compile.
svn:r1427
This commit is contained in:
parent
c671b10695
commit
9feb44d3c4
@ -265,14 +265,12 @@ typedef struct rend_introduction_t {
|
||||
} rend_introduction_t;
|
||||
|
||||
int
|
||||
rend_service_introduce(circuit_t *circuit,const char *request, int request_len)
|
||||
rend_service_introduce(circuit_t *circuit, char *request, int request_len)
|
||||
{
|
||||
char *ptr, *rp_nickname, *r_cookie;
|
||||
char pk_digest[20];
|
||||
char decrypted[1024];
|
||||
char buf[1024];
|
||||
rend_service_t *service;
|
||||
int len, keylen;
|
||||
crypto_cipher_env_t *cipher;
|
||||
|
||||
if (circuit->purpose != CIRCUIT_PURPOSE_S_ESTABLISH_INTRO) {
|
||||
log_fn(LOG_WARN, "Got an INTRODUCE2 over a non-introduction circuit.");
|
||||
|
Loading…
Reference in New Issue
Block a user