- changed include paths
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
#include "prf.h"
|
||||
|
||||
#include "prf_hmac.h"
|
||||
#include "../hashers/hasher.h"
|
||||
#include <transforms/hashers/hasher.h>
|
||||
#include <transforms/prfs/prf_hmac.h>
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef PRF_H_
|
||||
#define PRF_H_
|
||||
|
||||
#include "../../payloads/transform_substructure.h"
|
||||
#include <payloads/transform_substructure.h>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
|
||||
#include "prf_hmac.h"
|
||||
|
||||
#include "../../utils/allocator.h"
|
||||
#include "../hmac.h"
|
||||
#include <utils/allocator.h>
|
||||
#include <transforms/hmac.h>
|
||||
|
||||
typedef struct private_prf_hmac_s private_prf_hmac_t;
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include "prf.h"
|
||||
|
||||
#include "../../types.h"
|
||||
#include "../hashers/hasher.h"
|
||||
#include <types.h>
|
||||
#include <transforms/hashers/hasher.h>
|
||||
|
||||
/**
|
||||
* Object representing a prf using HMAC
|
||||
|
||||
Reference in New Issue
Block a user