diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-04-05 17:29:54 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-04-05 17:29:54 +0200 |
commit | b2b612794db8a32eccd1f858e6d5f0b025a941d5 (patch) | |
tree | 791913a7f2a1191865684dcef79853c4437e863a /src/crypto | |
parent | Merge pull request #255 (diff) | |
download | monero-b2b612794db8a32eccd1f858e6d5f0b025a941d5.tar.xz |
no newline at end of file
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/slow-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 6b410b01a..131c216a8 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -782,4 +782,4 @@ void cn_slow_hash(const void *data, size_t length, char *hash) { oaes_free((OAES_CTX **) &aes_ctx); } -#endif
\ No newline at end of file +#endif |