Startup without crashing.

svn:r1452
This commit is contained in:
Nick Mathewson
2004-04-03 01:11:04 +00:00
parent 9cf8b5439d
commit 6be4b2c1a9
+1 -1
View File
@@ -482,7 +482,7 @@ struct crypt_path_t {
crypto_digest_env_t *b_digest;
crypto_dh_env_t *handshake_state;
char handshake_digest[CRYPTO_SHA1_DIGEST];/* KH in tor-spec.txt */
char handshake_digest[CRYPTO_SHA1_DIGEST_LEN];/* KH in tor-spec.txt */
uint32_t addr;
uint16_t port;