aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-04-05 17:29:54 +0200
committerRiccardo Spagni <ric@spagni.net>2015-04-05 17:29:54 +0200
commitb2b612794db8a32eccd1f858e6d5f0b025a941d5 (patch)
tree791913a7f2a1191865684dcef79853c4437e863a /src/crypto
parentMerge pull request #255 (diff)
downloadmonero-b2b612794db8a32eccd1f858e6d5f0b025a941d5.tar.xz
no newline at end of file
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/slow-hash.c2
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