aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Cryptography/SHA1.h
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2011-10-18 14:59:23 +0200
committerSpp <spp@jorge.gr>2011-10-18 14:59:23 +0200
commite3f8588a227cbf9108f396131a199d75868bf539 (patch)
tree7af85d79ae50f08a965cd5f601542ea6959519ed /src/server/shared/Cryptography/SHA1.h
parentb5e8a192b121b8ec297885e04566758c236d9191 (diff)
Minor changes here and there:
- Cosmetic changes - 'Engrish fix' - Initialization of some vars - Remove some not needed includes
Diffstat (limited to 'src/server/shared/Cryptography/SHA1.h')
-rwxr-xr-xsrc/server/shared/Cryptography/SHA1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Cryptography/SHA1.h b/src/server/shared/Cryptography/SHA1.h
index 27e2d3290d0..9cb9b7b90f9 100755
--- a/src/server/shared/Cryptography/SHA1.h
+++ b/src/server/shared/Cryptography/SHA1.h
@@ -19,9 +19,9 @@
#ifndef _AUTH_SHA1_H
#define _AUTH_SHA1_H
-#include "Common.h"
+#include "Define.h"
+#include <string>
#include <openssl/sha.h>
-#include <openssl/crypto.h>
class BigNumber;