summaryrefslogtreecommitdiff
path: root/node/Salsa20.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-06 16:49:20 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-06 16:49:20 -0800
commit612c17240af65243a1fa5d8cc17d3ebdb38a9bee (patch)
tree2ba968e36c7689e4b3894a99473178909e955f95 /node/Salsa20.hpp
parentb59a7cf1d89c08565686c406be3c9a4bfe40694a (diff)
downloadinfinitytier-612c17240af65243a1fa5d8cc17d3ebdb38a9bee.tar.gz
infinitytier-612c17240af65243a1fa5d8cc17d3ebdb38a9bee.zip
Dead code removal, fix for cleanup GitHub issue #28
Diffstat (limited to 'node/Salsa20.hpp')
-rw-r--r--node/Salsa20.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Salsa20.hpp b/node/Salsa20.hpp
index 9f34ba78..e09e2aaa 100644
--- a/node/Salsa20.hpp
+++ b/node/Salsa20.hpp
@@ -4,8 +4,8 @@
* This therefore is public domain.
*/
-#ifndef _ZT_SALSA20_HPP
-#define _ZT_SALSA20_HPP
+#ifndef ZT_SALSA20_HPP
+#define ZT_SALSA20_HPP
#include <stdint.h>