From 52932d6f1a72b9cd3a0bd9571016fa763662d3d6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 30 Dec 2008 04:16:49 +0000 Subject: Remove some code that is #ifdefed out, and that we no longer seem to use, if we ever did. svn:r17827 --- src/or/onion.c | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) (limited to 'src/or/onion.c') diff --git a/src/or/onion.c b/src/or/onion.c index a51dc3e7ac..b73e174298 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -187,21 +187,6 @@ onion_skin_create(crypto_pk_env_t *dest_router_key, if (crypto_dh_get_public(dh, challenge, dhbytes)) goto err; -#ifdef DEBUG_ONION_SKINS -#define PA(a,n) \ - { int _i; for (_i = 0; _i