summaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-12 13:02:16 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-12 13:02:16 +0000
commit45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8 (patch)
treeda414c39c16b07e845b6329d1241ed15b233cfd0 /src/common/crypto.h
parent87797bcde58b0a19f420cb41632f331ca2b9040e (diff)
downloadtor-45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8.tar.gz
tor-45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8.zip
more pesky tabs
svn:r1265
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h6
1 files changed, 3 insertions, 3 deletions
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 */