[or-cvs] Startup without crashing.

Nick Mathewson nickm at seul.org
Sat Apr 3 01:11:06 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv10884/src/or

Modified Files:
	or.h 
Log Message:
Startup without crashing.

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- or.h	3 Apr 2004 00:55:53 -0000	1.287
+++ or.h	3 Apr 2004 01:11:04 -0000	1.288
@@ -482,7 +482,7 @@
   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;



More information about the tor-commits mailing list