Re-enable test for parsing and generating descriptor with exit policy

Looks like I turned this off in 6ac42f5e back in 2003 and never got
around to making it work again.  There has been no small amount of
code drift.
This commit is contained in:
Nick Mathewson
2013-04-02 14:45:13 -04:00
parent 4d672f3ae3
commit 992bbd02f9
2 changed files with 59 additions and 22 deletions
+2
View File
@@ -2235,6 +2235,8 @@ char *
router_dump_router_to_string(routerinfo_t *router,
crypto_pk_t *ident_key)
{
/* XXXX025 Make this look entirely at its arguments, and not at globals.
*/
char *onion_pkey = NULL; /* Onion key, PEM-encoded. */
char *identity_pkey = NULL; /* Identity key, PEM-encoded. */
char digest[DIGEST_LEN];