diff --git a/libs/encryption/sha1.cpp b/libs/encryption/sha1.cpp index 69e1d98..1d7905c 100644 --- a/libs/encryption/sha1.cpp +++ b/libs/encryption/sha1.cpp @@ -94,7 +94,6 @@ void SHA1_Transform(uint32_t state[5], const uint8_t buffer[64]); /* blk0() and blk() perform the initial expand. */ /* I got the idea of expanding during the round function from SSLeay */ -/* FIXME: can we do this in an endian-proof way? */ #ifdef WORDS_BIGENDIAN #define blk0(i) block->l[i] #else