From 45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 12 Mar 2004 13:02:16 +0000 Subject: more pesky tabs svn:r1265 --- src/common/crypto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/crypto.h') diff --git a/src/common/crypto.h b/src/common/crypto.h index 4ada97e519..f371f416ae 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -74,10 +74,10 @@ typedef struct crypto_dh_env_st { crypto_dh_env_t *crypto_dh_new(); int crypto_dh_get_bytes(crypto_dh_env_t *dh); int crypto_dh_get_public(crypto_dh_env_t *dh, char *pubkey_out, - int pubkey_out_len); + int pubkey_out_len); int crypto_dh_compute_secret(crypto_dh_env_t *dh, - char *pubkey, int pubkey_len, - char *secret_out, int secret_out_len); + char *pubkey, int pubkey_len, + char *secret_out, int secret_out_len); void crypto_dh_free(crypto_dh_env_t *dh); /* symmetric crypto */ -- cgit v1.2.3-54-g00ecf