diff options
author | Adam <Adam@anope.org> | 2014-02-17 13:53:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-02-17 13:53:04 -0500 |
commit | baff417652ac7058babbbc478a9bcbcb47867378 (patch) | |
tree | d5f16180ce6180b5bc9c619a602b5a34773760f9 /modules/encryption/enc_sha256.cpp | |
parent | 707494481046d330ee5b2eb641b67cb4fc96f6ca (diff) |
Move encryption.h to include/modules
Diffstat (limited to 'modules/encryption/enc_sha256.cpp')
-rw-r--r-- | modules/encryption/enc_sha256.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp index 7533c2891..cccbceea1 100644 --- a/modules/encryption/enc_sha256.cpp +++ b/modules/encryption/enc_sha256.cpp @@ -48,7 +48,7 @@ */ #include "module.h" -#include "encryption.h" +#include "modules/encryption.h" static const unsigned SHA256_DIGEST_SIZE = 256 / 8; static const unsigned SHA256_BLOCK_SIZE = 512 / 8; |