disable this again

This commit is contained in:
cathugger 2020-11-22 13:16:43 +00:00
parent af5a7cfe12
commit 57c306d512
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

View file

@ -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];