* Fixed Linux build (Damn win32 users, there are case-sensitive OSes out there!)

This commit is contained in:
shlainn 2009-07-20 11:02:59 +00:00
parent ec5a2574b1
commit 35cb61782d
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * Copyright (C) 2005-2009 MaNGOS <http://mangosclient.org/>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * Copyright (C) 2005-2009 MaNGOS <http://mangosclient.org/>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * Copyright (C) 2005-2009 MaNGOS <http://mangosclient.org/>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
#ifndef _AUTHCRYPT_H #ifndef _AUTHCRYPT_H
#define _AUTHCRYPT_H #define _AUTHCRYPT_H
#include <Common.h> #include <common.h>
#include "SARC4.h" #include "SARC4.h"
class BigNumber; class BigNumber;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * Copyright (C) 2005-2009 MaNGOS <http://mangosclient.org/>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * Copyright (C) 2005-2009 MaNGOS <http://mangosclient.org/>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
#ifndef _AUTH_HMAC_H #ifndef _AUTH_HMAC_H
#define _AUTH_HMAC_H #define _AUTH_HMAC_H
#include "Common.h" #include "common.h"
#include <openssl/hmac.h> #include <openssl/hmac.h>
#include <openssl/sha.h> #include <openssl/sha.h>

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * Copyright (C) 2005-2009 MaNGOS <http://mangosclient.org/>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
#ifndef _AUTH_SARC4_H #ifndef _AUTH_SARC4_H
#define _AUTH_SARC4_H #define _AUTH_SARC4_H
#include "Common.h" #include "common.h"
#include <openssl/evp.h> #include <openssl/evp.h>
class SARC4 class SARC4