From 7055f837abeca974d3b73ed26b6d26898daa9e89 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 28 Apr 2004 20:13:21 +0000 Subject: Make Tor build on win32 with VC6 without warnings. svn:r1739 --- src/or/circuit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/circuit.c') diff --git a/src/or/circuit.c b/src/or/circuit.c index 24ab5c59fb..4298922f01 100644 --- a/src/or/circuit.c +++ b/src/or/circuit.c @@ -1627,7 +1627,7 @@ int circuit_extend(cell_t *cell, circuit_t *circ) { */ int circuit_init_cpath_crypto(crypt_path_t *cpath, char *key_data, int reverse) { - unsigned char iv[CIPHER_IV_LEN]; + unsigned char iv[_ARRAYSIZE(CIPHER_IV_LEN)]; crypto_digest_env_t *tmp_digest; crypto_cipher_env_t *tmp_crypto; -- cgit v1.2.3-54-g00ecf