diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-18 13:27:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-18 13:27:06 -0500 |
commit | a7c9d64fd683beeb2e88445399375cac2bee9495 (patch) | |
tree | 9d76c9ec61853cb76b85f13449a75d1659402e6d /src/or/or.h | |
parent | 3cdd7966d72a7e8b2e63938cbbb62030556b93fe (diff) | |
parent | ec9d88e5a219e4661aab05af56c78947c46cda99 (diff) | |
download | tor-a7c9d64fd683beeb2e88445399375cac2bee9495.tar.gz tor-a7c9d64fd683beeb2e88445399375cac2bee9495.zip |
Merge branch 'finish_prop157'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 6b18f13285..7df6c37f7d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2670,9 +2670,6 @@ typedef struct authority_cert_t { uint32_t addr; /** This authority's directory port. */ uint16_t dir_port; - /** True iff this certificate was cross-certified by signing the identity - * key with the signing key. */ - uint8_t is_cross_certified; } authority_cert_t; /** Bitfield enum type listing types of information that directory authorities |