summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_opersha256.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-26 12:08:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-26 12:08:05 +0000
commit617b8e2058f95c4c3c6eec447aa1f3d059f7ea61 (patch)
tree22dae964703d956e16e7f676c4cb487b04a38bb6 /src/modules/extra/m_opersha256.cpp
parent7e5b5d893a3fadda340c7de17533fc233c2c7dca (diff)
Fixed Server* Srv stuff in these too, although by default these arent available to win32 builds
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3333 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_opersha256.cpp')
-rw-r--r--src/modules/extra/m_opersha256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_opersha256.cpp b/src/modules/extra/m_opersha256.cpp
index 6437a1050..04d00f7b4 100644
--- a/src/modules/extra/m_opersha256.cpp
+++ b/src/modules/extra/m_opersha256.cpp
@@ -43,7 +43,7 @@ using namespace std;
#include "modules.h"
#include "helperfuncs.h"
-Server *Srv;
+static Server *Srv;
#define SHA256_DIGEST_SIZE (256 / 8)
#define SHA256_BLOCK_SIZE (512 / 8)