diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 14:33:54 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 14:33:54 +0200 |
commit | b5aa257d46f427115403ae10fe8a0588afa3721d (patch) | |
tree | ec2e0e3ae82c90e0a023481bcd63f93cd1309dee /src/common/crypto.h | |
parent | 39901bd40884a08f1cdcecec8db5530f5b0b1eb2 (diff) | |
download | tor-b5aa257d46f427115403ae10fe8a0588afa3721d.tar.gz tor-b5aa257d46f427115403ae10fe8a0588afa3721d.zip |
Fix "make check-spaces"
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 ede7d5b0d6..96e202d187 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 + |