mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-20 05:49:10 +00:00
disable this again
This commit is contained in:
parent
af5a7cfe12
commit
57c306d512
1 changed files with 1 additions and 1 deletions
2
worker.c
2
worker.c
|
@ -94,7 +94,7 @@ static void onionready(char *sname,const u8 *secret,const u8 *pubonion)
|
||||||
}
|
}
|
||||||
|
|
||||||
// disabled as this was never ever triggered as far as I'm aware
|
// disabled as this was never ever triggered as far as I'm aware
|
||||||
#if 1
|
#if 0
|
||||||
// Sanity check that the public key matches the private one.
|
// Sanity check that the public key matches the private one.
|
||||||
ge_p3 ALIGN(16) point;
|
ge_p3 ALIGN(16) point;
|
||||||
u8 testpk[PUBLIC_LEN];
|
u8 testpk[PUBLIC_LEN];
|
||||||
|
|
Loading…
Add table
Reference in a new issue