aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sha256.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2013-08-04 03:19:02 -0700
committerGravatar Attila Molnar2013-08-04 03:19:02 -0700
commit44b20f474544bd524fd346447505ebed3c63e5c8 (patch)
tree9dcd7dd6f3c2cdbd7127e432371a21770ab23eb1 /src/modules/m_sha256.cpp
parentm_spanningtree Change the type of TreeServer::ServerName to std::string (diff)
parentRemove a ton of duplicate and obsolete code from configure. (diff)
downloadinspircd++-44b20f474544bd524fd346447505ebed3c63e5c8.tar.gz
inspircd++-44b20f474544bd524fd346447505ebed3c63e5c8.tar.bz2
inspircd++-44b20f474544bd524fd346447505ebed3c63e5c8.zip
Merge pull request #593 from SaberUK/master+configure-shuffle
Remove a ton of duplicate and obsolete code from configure.
Diffstat (limited to 'src/modules/m_sha256.cpp')
-rw-r--r--src/modules/m_sha256.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/m_sha256.cpp b/src/modules/m_sha256.cpp
index 835d12ae4..82ac8c160 100644
--- a/src/modules/m_sha256.cpp
+++ b/src/modules/m_sha256.cpp
@@ -57,15 +57,8 @@
*/
#include "inspircd.h"
-#ifdef HAS_STDINT
-#include <stdint.h>
-#endif
#include "modules/hash.h"
-#ifndef HAS_STDINT
-typedef unsigned int uint32_t;
-#endif
-
#define SHA256_DIGEST_SIZE (256 / 8)
#define SHA256_BLOCK_SIZE (512 / 8)