diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 6201e825ec..9e0200752e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -652,9 +652,8 @@ struct connection_t { char *address; /**< FQDN (or IP) of the guy on the other end. * strdup into this, because free_connection frees it. */ - crypto_pk_env_t *identity_pkey; /**< Public RSA key for the other side's - * signing key. */ - char identity_digest[DIGEST_LEN]; /**< Hash of identity_pkey */ + char identity_digest[DIGEST_LEN]; /**< Hash of the public RSA key for + * the other side's signing key. */ char *nickname; /**< Nickname of OR on other side (if any). */ /** Nickname of planned exit node -- used with .exit support. */ |