From b2b612794db8a32eccd1f858e6d5f0b025a941d5 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sun, 5 Apr 2015 17:29:54 +0200 Subject: [PATCH] no newline at end of file --- src/crypto/slow-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 6b410b01..131c216a 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