* fix linux build (hopefully)
This commit is contained in:
parent
e942ccde1d
commit
b56bc70f9a
@ -16,7 +16,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Auth/Hmac.h"
|
#include "Hmac.h"
|
||||||
#include "BigNumber.h"
|
#include "BigNumber.h"
|
||||||
|
|
||||||
HmacHash::HmacHash()
|
HmacHash::HmacHash()
|
||||||
|
|||||||
@ -19,9 +19,9 @@
|
|||||||
#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"
|
||||||
|
|
||||||
class BigNumber;
|
class BigNumber;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user