r16302@catbus: nickm | 2007-10-31 16:45:16 -0400

Clean spaces.


svn:r12301
This commit is contained in:
Nick Mathewson 2007-10-31 20:48:10 +00:00
parent fcd42ebef4
commit 5da5d2bd79
3 changed files with 2 additions and 1 deletions

View File

@ -895,3 +895,4 @@ tor_tls_used_v1_handshake(tor_tls_t *tls)
(void)tls;
return 1;
}

View File

@ -902,3 +902,4 @@ connection_or_send_netinfo(or_connection_t *conn)
return 0;
}

View File

@ -480,7 +480,6 @@ test_crypto(void)
}
/* Public-key ciphers */
pk1 = pk_generate(0);
pk2 = crypto_new_pk_env();