diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 92d3de3433..70a31794ac 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -707,9 +707,12 @@ typedef struct { char *signing_router; } routerlist_t; +#define CRYPT_PATH_MAGIC 0x70127012u + /** Holds accounting information for a single step in the layered encryption * performed by a circuit. Used only at the client edge of a circuit. */ struct crypt_path_t { + uint32_t magic; /* crypto environments */ /** Encryption key and counter for cells heading towards the OR at this |