diff options
author | teor <teor2345@gmail.com> | 2015-04-15 19:42:41 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-04-15 19:42:41 +1000 |
commit | af2b6bdaba85d617f9eb93c67457f8b89b088b2d (patch) | |
tree | ffb1662b55e8e0fdb255e257b8026ca404928ead /src/common/crypto.h | |
parent | e891deb02120c3756ccfb87171e36d271c3d7077 (diff) | |
download | tor-af2b6bdaba85d617f9eb93c67457f8b89b088b2d.tar.gz tor-af2b6bdaba85d617f9eb93c67457f8b89b088b2d.zip |
Fix spaces in crypto.h and test-memwipe.c
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 440ff23ee8..b9c26a4551 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -296,3 +296,4 @@ struct dh_st *crypto_dh_get_dh_(crypto_dh_t *dh); void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in); #endif + |