* fix linux build (hopefully)

This commit is contained in:
bluma4862 2008-08-04 09:42:12 +00:00
parent e942ccde1d
commit b56bc70f9a
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "Auth/Hmac.h"
#include "Hmac.h"
#include "BigNumber.h"
HmacHash::HmacHash()

View File

@ -19,9 +19,9 @@
#ifndef _AUTH_HMAC_H
#define _AUTH_HMAC_H
#include "Common.h"
#include <openssl/hmac.h>
#include <openssl/sha.h>
#include "common.h"
#include "openssl/hmac.h"
#include "openssl/sha.h"
class BigNumber;